Html Css Color HEX #B06D3B Bourbon

📋 copy color: '#B06D3B'

red 176 ◦ green 109 ◦ blue 59

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

Shades of Bourbon #B06D3B

Tints of Bourbon #B06D3B

RGB

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

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

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

R = 51.16%
G = 31.69%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B06D3B (or 0xB06D3B) is known color: Bourbon. HEX triplet: B0, 6D and 3B. RGB value is (176,109,59). Sum of RGB (Red+Green+Blue) = 176+109+59=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D3B is #4F92C4. Grayscale: #7B7B7B. Windows color (decimal): -5214917 or 3894704. OLE color: 3894704.

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

Color convert

RGB 176 109 59 -
CMYK 0 0.38 0.66 0.31
HSL 25.64º 0.5% 0.46% -
HSV(B) 25.64º 0.66% 0.69% -
XYZ 24.16 20.48 6.82 -
YUV 123.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 176 109 59 0 0.38 0.66 0.31 25.64 0.5 0.46
Hex B0 6D 3B 0 26 42 1F 1A 32 2E
Octal 260 155 73 0 46 102 37 32 62 56
Binary 10110000 1101101 111011 0 100110 1000010 11111 11010 110010 101110

Color Harmonies of #B06D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D3B

Black with #B06D3B

Text Example


Text Example

White with #B06D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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