Html Css Color HEX #B67541 Bourbon

📋 copy color: '#B67541'

red 182 ◦ green 117 ◦ blue 65

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

Shades of Bourbon #B67541

Tints of Bourbon #B67541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 50%
G = 32.14%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B67541 (or 0xB67541) is known color: Bourbon. HEX triplet: B6, 75 and 41. RGB value is (182,117,65). Sum of RGB (Red+Green+Blue) = 182+117+65=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B67541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67541 is #498ABE. Grayscale: #828282. Windows color (decimal): -4819647 or 4289974. OLE color: 4289974.

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

Color convert

RGB 182 117 65 -
CMYK 0 0.36 0.64 0.29
HSL 26.67º 0.47% 0.48% -
HSV(B) 26.67º 0.64% 0.71% -
XYZ 26.61 23.05 8.05 -
YUV 130.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 182 117 65 0 0.36 0.64 0.29 26.67 0.47 0.48
Hex B6 75 41 0 24 40 1D 1B 2F 30
Octal 266 165 101 0 44 100 35 33 57 60
Binary 10110110 1110101 1000001 0 100100 1000000 11101 11011 101111 110000

Color Harmonies of #B67541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67541

Black with #B67541

Text Example


Text Example

White with #B67541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67541; }

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

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

background-color css

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

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

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

border-color css

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

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

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