Html Css Color HEX #B66F3C Bourbon

📋 copy color: '#B66F3C'

red 182 ◦ green 111 ◦ blue 60

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

Shades of Bourbon #B66F3C

Tints of Bourbon #B66F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

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

R = 51.56%
G = 31.44%
B = 17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B66F3C (or 0xB66F3C) is known color: Bourbon. HEX triplet: B6, 6F and 3C. RGB value is (182,111,60). Sum of RGB (Red+Green+Blue) = 182+111+60=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66F3C is #4990C3. Grayscale: #7E7E7E. Windows color (decimal): -4821188 or 3960758. OLE color: 3960758.

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

Color convert

RGB 182 111 60 -
CMYK 0 0.39 0.67 0.29
HSL 25.08º 0.5% 0.47% -
HSV(B) 25.08º 0.67% 0.71% -
XYZ 25.79 21.64 7.09 -
YUV 126.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 182 111 60 0 0.39 0.67 0.29 25.08 0.5 0.47
Hex B6 6F 3C 0 27 43 1D 19 32 2F
Octal 266 157 74 0 47 103 35 31 62 57
Binary 10110110 1101111 111100 0 100111 1000011 11101 11001 110010 101111

Color Harmonies of #B66F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66F3C

Black with #B66F3C

Text Example


Text Example

White with #B66F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66F3C; }

 p { color: rgb(182,111,60); }

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

background-color css

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

 a { background-color: rgb(182,111,60); }

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

border-color css

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

 span { border-color: rgb(182,111,60); }

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