Html Css Color HEX #B2683C Bourbon

📋 copy color: '#B2683C'

red 178 ◦ green 104 ◦ blue 60

#B2683C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #B2683C

Tints of Bourbon #B2683C

RGB

 RED value IS 178 (69.92% from 255) = 52.05%

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 52.05%
G = 30.41%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2683C (or 0xB2683C) is known color: Bourbon. HEX triplet: B2, 68 and 3C. RGB value is (178,104,60). Sum of RGB (Red+Green+Blue) = 178+104+60=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2683C is #4D97C3. Grayscale: #797979. Windows color (decimal): -5085124 or 3958962. OLE color: 3958962.

HSL color Cylindrical-coordinate representation of color #B2683C: hue angle of 22.37º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2683C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 104 60 -
CMYK 0 0.42 0.66 0.30
HSL 22.37º 0.5% 0.47% -
HSV(B) 22.37º 0.66% 0.7% -
XYZ 24.13 19.69 6.8 -
YUV 121.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 178 104 60 0 0.42 0.66 0.30 22.37 0.5 0.47
Hex B2 68 3C 0 2A 42 1E 16 32 2F
Octal 262 150 74 0 52 102 36 26 62 57
Binary 10110010 1101000 111100 0 101010 1000010 11110 10110 110010 101111

Color Harmonies of #B2683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2683C

Black with #B2683C

Text Example


Text Example

White with #B2683C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2683C; }

 p { color: rgb(178,104,60); }

 H1.HeaderClassName
 {
   color: #B2683C;
 }
 .AnyTagClassName
 {
   color: #B2683C;
 }
</style>

background-color css

<style>
 a { background-color: #B2683C; }

 a { background-color: rgb(178,104,60); }

 div.DivClassName
 {
   background-color: #B2683C;
 }
 .BgClassName
 {
   background-color: #B2683C;
 }
</style>

border-color css

<style>
 span { border-color: #B2683C; }

 span { border-color: rgb(178,104,60); }

 td.TdClassName
 {
   border-color: #B2683C;
 }
 .TagClassName
 {
   border-color: #B2683C;
 }
</style>