Html Css Color HEX #B06D44 Bourbon

📋 copy color: '#B06D44'

red 176 ◦ green 109 ◦ blue 68

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

Shades of Bourbon #B06D44

Tints of Bourbon #B06D44

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 49.86%
G = 30.88%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B06D44 (or 0xB06D44) is known color: Bourbon. HEX triplet: B0, 6D and 44. RGB value is (176,109,68). Sum of RGB (Red+Green+Blue) = 176+109+68=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D44 is #4F92BB. Grayscale: #7C7C7C. Windows color (decimal): -5214908 or 4484528. OLE color: 4484528.

HSL color Cylindrical-coordinate representation of color #B06D44: hue angle of 22.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B06D44 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 109 68 -
CMYK 0 0.38 0.61 0.31
HSL 22.78º 0.44% 0.48% -
HSV(B) 22.78º 0.61% 0.69% -
XYZ 24.42 20.58 8.16 -
YUV 124.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 176 109 68 0 0.38 0.61 0.31 22.78 0.44 0.48
Hex B0 6D 44 0 26 3D 1F 17 2C 30
Octal 260 155 104 0 46 75 37 27 54 60
Binary 10110000 1101101 1000100 0 100110 111101 11111 10111 101100 110000

Color Harmonies of #B06D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D44

Black with #B06D44

Text Example


Text Example

White with #B06D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D44; }

 p { color: rgb(176,109,68); }

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

background-color css

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

 a { background-color: rgb(176,109,68); }

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

border-color css

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

 span { border-color: rgb(176,109,68); }

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