Html Css Color HEX #B06F3B Bourbon

📋 copy color: '#B06F3B'

red 176 ◦ green 111 ◦ blue 59

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

Shades of Bourbon #B06F3B

Tints of Bourbon #B06F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 50.87%
G = 32.08%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B06F3B (or 0xB06F3B) is known color: Bourbon. HEX triplet: B0, 6F and 3B. RGB value is (176,111,59). Sum of RGB (Red+Green+Blue) = 176+111+59=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F3B is #4F90C4. Grayscale: #7C7C7C. Windows color (decimal): -5214405 or 3895216. OLE color: 3895216.

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

Color convert

RGB 176 111 59 -
CMYK 0 0.37 0.66 0.31
HSL 26.67º 0.5% 0.46% -
HSV(B) 26.67º 0.66% 0.69% -
XYZ 24.38 20.91 6.89 -
YUV 124.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 176 111 59 0 0.37 0.66 0.31 26.67 0.5 0.46
Hex B0 6F 3B 0 25 42 1F 1B 32 2E
Octal 260 157 73 0 45 102 37 33 62 56
Binary 10110000 1101111 111011 0 100101 1000010 11111 11011 110010 101110

Color Harmonies of #B06F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F3B

Black with #B06F3B

Text Example


Text Example

White with #B06F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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