Html Css Color HEX #B06F48 Bourbon

📋 copy color: '#B06F48'

red 176 ◦ green 111 ◦ blue 72

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

Shades of Bourbon #B06F48

Tints of Bourbon #B06F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 49.03%
G = 30.92%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B06F48 (or 0xB06F48) is known color: Bourbon. HEX triplet: B0, 6F and 48. RGB value is (176,111,72). Sum of RGB (Red+Green+Blue) = 176+111+72=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F48 is #4F90B7. Grayscale: #7E7E7E. Windows color (decimal): -5214392 or 4747184. OLE color: 4747184.

HSL color Cylindrical-coordinate representation of color #B06F48: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B06F48 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 72 -
CMYK 0 0.37 0.59 0.31
HSL 22.5º 0.42% 0.49% -
HSV(B) 22.5º 0.59% 0.69% -
XYZ 24.76 21.07 8.89 -
YUV 125.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 176 111 72 0 0.37 0.59 0.31 22.5 0.42 0.49
Hex B0 6F 48 0 25 3B 1F 16 2A 31
Octal 260 157 110 0 45 73 37 26 52 61
Binary 10110000 1101111 1001000 0 100101 111011 11111 10110 101010 110001

Color Harmonies of #B06F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F48

Black with #B06F48

Text Example


Text Example

White with #B06F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F48; }

 p { color: rgb(176,111,72); }

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

background-color css

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

 a { background-color: rgb(176,111,72); }

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

border-color css

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

 span { border-color: rgb(176,111,72); }

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