Html Css Color HEX #B67041 Bourbon

📋 copy color: '#B67041'

red 182 ◦ green 112 ◦ blue 65

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

Shades of Bourbon #B67041

Tints of Bourbon #B67041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

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

R = 50.7%
G = 31.2%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B67041 (or 0xB67041) is known color: Bourbon. HEX triplet: B6, 70 and 41. RGB value is (182,112,65). Sum of RGB (Red+Green+Blue) = 182+112+65=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B67041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67041 is #498FBE. Grayscale: #7F7F7F. Windows color (decimal): -4820927 or 4288694. OLE color: 4288694.

HSL color Cylindrical-coordinate representation of color #B67041: hue angle of 24.1º 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 #B67041 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 65 -
CMYK 0 0.38 0.64 0.29
HSL 24.1º 0.47% 0.48% -
HSV(B) 24.1º 0.64% 0.71% -
XYZ 26.04 21.92 7.86 -
YUV 127.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 182 112 65 0 0.38 0.64 0.29 24.1 0.47 0.48
Hex B6 70 41 0 26 40 1D 18 2F 30
Octal 266 160 101 0 46 100 35 30 57 60
Binary 10110110 1110000 1000001 0 100110 1000000 11101 11000 101111 110000

Color Harmonies of #B67041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67041

Black with #B67041

Text Example


Text Example

White with #B67041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67041; }

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

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

background-color css

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

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

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

border-color css

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

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

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