Html Css Color HEX #B67242 Bourbon

📋 copy color: '#B67242'

red 182 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #B67242

Tints of Bourbon #B67242

RGB

 RED value IS 182 (71.48% from 255) = 50.28%

 GREEN value IS 114 (44.92% from 255) = 31.49%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 50.28%
G = 31.49%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B67242 (or 0xB67242) is known color: Bourbon. HEX triplet: B6, 72 and 42. RGB value is (182,114,66). Sum of RGB (Red+Green+Blue) = 182+114+66=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B67242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67242 is #498DBD. Grayscale: #818181. Windows color (decimal): -4820414 or 4354742. OLE color: 4354742.

HSL color Cylindrical-coordinate representation of color #B67242: hue angle of 24.83º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B67242 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 66 -
CMYK 0 0.37 0.64 0.29
HSL 24.83º 0.47% 0.49% -
HSV(B) 24.83º 0.64% 0.71% -
XYZ 26.29 22.37 8.09 -
YUV 128.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 182 114 66 0 0.37 0.64 0.29 24.83 0.47 0.49
Hex B6 72 42 0 25 40 1D 19 2F 31
Octal 266 162 102 0 45 100 35 31 57 61
Binary 10110110 1110010 1000010 0 100101 1000000 11101 11001 101111 110001

Color Harmonies of #B67242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67242

Black with #B67242

Text Example


Text Example

White with #B67242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67242; }

 p { color: rgb(182,114,66); }

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

background-color css

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

 a { background-color: rgb(182,114,66); }

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

border-color css

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

 span { border-color: rgb(182,114,66); }

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