Html Css Color HEX #B66C41 Bourbon

📋 copy color: '#B66C41'

red 182 ◦ green 108 ◦ blue 65

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

Shades of Bourbon #B66C41

Tints of Bourbon #B66C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 51.27%
G = 30.42%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B66C41 (or 0xB66C41) is known color: Bourbon. HEX triplet: B6, 6C and 41. RGB value is (182,108,65). Sum of RGB (Red+Green+Blue) = 182+108+65=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C41 is #4993BE. Grayscale: #7D7D7D. Windows color (decimal): -4821951 or 4287670. OLE color: 4287670.

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

Color convert

RGB 182 108 65 -
CMYK 0 0.41 0.64 0.29
HSL 22.05º 0.47% 0.48% -
HSV(B) 22.05º 0.64% 0.71% -
XYZ 25.61 21.05 7.71 -
YUV 125.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 182 108 65 0 0.41 0.64 0.29 22.05 0.47 0.48
Hex B6 6C 41 0 29 40 1D 16 2F 30
Octal 266 154 101 0 51 100 35 26 57 60
Binary 10110110 1101100 1000001 0 101001 1000000 11101 10110 101111 110000

Color Harmonies of #B66C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C41

Black with #B66C41

Text Example


Text Example

White with #B66C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C41; }

 p { color: rgb(182,108,65); }

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

background-color css

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

 a { background-color: rgb(182,108,65); }

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

border-color css

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

 span { border-color: rgb(182,108,65); }

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