Html Css Color HEX #B06736 Bourbon

📋 copy color: '#B06736'

red 176 ◦ green 103 ◦ blue 54

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

Shades of Bourbon #B06736

Tints of Bourbon #B06736

RGB

 RED value IS 176 (69.14% from 255) = 52.85%

 GREEN value IS 103 (40.63% from 255) = 30.93%

 BLUE value IS 54 (21.48% from 255) = 16.22%

R = 52.85%
G = 30.93%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B06736 (or 0xB06736) is known color: Bourbon. HEX triplet: B0, 67 and 36. RGB value is (176,103,54). Sum of RGB (Red+Green+Blue) = 176+103+54=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B06736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06736 is #4F98C9. Grayscale: #777777. Windows color (decimal): -5216458 or 3565488. OLE color: 3565488.

HSL color Cylindrical-coordinate representation of color #B06736: hue angle of 24.1º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B06736 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 54 -
CMYK 0 0.41 0.69 0.31
HSL 24.1º 0.53% 0.45% -
HSV(B) 24.1º 0.69% 0.69% -
XYZ 23.42 19.2 5.96 -
YUV 119.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 176 103 54 0 0.41 0.69 0.31 24.1 0.53 0.45
Hex B0 67 36 0 29 45 1F 18 35 2D
Octal 260 147 66 0 51 105 37 30 65 55
Binary 10110000 1100111 110110 0 101001 1000101 11111 11000 110101 101101

Color Harmonies of #B06736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06736

Black with #B06736

Text Example


Text Example

White with #B06736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06736; }

 p { color: rgb(176,103,54); }

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

background-color css

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

 a { background-color: rgb(176,103,54); }

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

border-color css

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

 span { border-color: rgb(176,103,54); }

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