Html Css Color HEX #B67441 Bourbon

📋 copy color: '#B67441'

red 182 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #B67441

Tints of Bourbon #B67441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 50.14%
G = 31.96%
B = 17.91%

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

#B67441 (or 0xB67441) is known color: Bourbon. HEX triplet: B6, 74 and 41. RGB value is (182,116,65). Sum of RGB (Red+Green+Blue) = 182+116+65=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B67441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67441 is #498BBE. Grayscale: #828282. Windows color (decimal): -4819903 or 4289718. OLE color: 4289718.

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

Color convert

RGB 182 116 65 -
CMYK 0 0.36 0.64 0.29
HSL 26.15º 0.47% 0.48% -
HSV(B) 26.15º 0.64% 0.71% -
XYZ 26.49 22.82 8.01 -
YUV 129.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 182 116 65 0 0.36 0.64 0.29 26.15 0.47 0.48
Hex B6 74 41 0 24 40 1D 1A 2F 30
Octal 266 164 101 0 44 100 35 32 57 60
Binary 10110110 1110100 1000001 0 100100 1000000 11101 11010 101111 110000

Color Harmonies of #B67441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67441

Black with #B67441

Text Example


Text Example

White with #B67441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67441; }

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

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

background-color css

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

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

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

border-color css

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

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

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