Html Css Color HEX #B06436 Bourbon

📋 copy color: '#B06436'

red 176 ◦ green 100 ◦ blue 54

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

Shades of Bourbon #B06436

Tints of Bourbon #B06436

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 53.33%
G = 30.3%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B06436 (or 0xB06436) is known color: Bourbon. HEX triplet: B0, 64 and 36. RGB value is (176,100,54). Sum of RGB (Red+Green+Blue) = 176+100+54=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B06436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06436 is #4F9BC9. Grayscale: #757575. Windows color (decimal): -5217226 or 3564720. OLE color: 3564720.

HSL color Cylindrical-coordinate representation of color #B06436: hue angle of 22.62º 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 #B06436 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 54 -
CMYK 0 0.43 0.69 0.31
HSL 22.62º 0.53% 0.45% -
HSV(B) 22.62º 0.69% 0.69% -
XYZ 23.13 18.61 5.86 -
YUV 117.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 176 100 54 0 0.43 0.69 0.31 22.62 0.53 0.45
Hex B0 64 36 0 2B 45 1F 17 35 2D
Octal 260 144 66 0 53 105 37 27 65 55
Binary 10110000 1100100 110110 0 101011 1000101 11111 10111 110101 101101

Color Harmonies of #B06436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06436

Black with #B06436

Text Example


Text Example

White with #B06436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06436; }

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

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

background-color css

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

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

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

border-color css

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

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

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