Html Css Color HEX #B66B40 Bourbon

📋 copy color: '#B66B40'

red 182 ◦ green 107 ◦ blue 64

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

Shades of Bourbon #B66B40

Tints of Bourbon #B66B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 51.56%
G = 30.31%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B66B40 (or 0xB66B40) is known color: Bourbon. HEX triplet: B6, 6B and 40. RGB value is (182,107,64). Sum of RGB (Red+Green+Blue) = 182+107+64=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66B40 is #4994BF. Grayscale: #7C7C7C. Windows color (decimal): -4822208 or 4221878. OLE color: 4221878.

HSL color Cylindrical-coordinate representation of color #B66B40: hue angle of 21.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B66B40 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 107 64 -
CMYK 0 0.41 0.65 0.29
HSL 21.86º 0.48% 0.48% -
HSV(B) 21.86º 0.65% 0.71% -
XYZ 25.47 20.83 7.53 -
YUV 124.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 182 107 64 0 0.41 0.65 0.29 21.86 0.48 0.48
Hex B6 6B 40 0 29 41 1D 16 30 30
Octal 266 153 100 0 51 101 35 26 60 60
Binary 10110110 1101011 1000000 0 101001 1000001 11101 10110 110000 110000

Color Harmonies of #B66B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66B40

Black with #B66B40

Text Example


Text Example

White with #B66B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66B40; }

 p { color: rgb(182,107,64); }

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

background-color css

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

 a { background-color: rgb(182,107,64); }

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

border-color css

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

 span { border-color: rgb(182,107,64); }

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