Html Css Color HEX #B07846 Bourbon

📋 copy color: '#B07846'

red 176 ◦ green 120 ◦ blue 70

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

Shades of Bourbon #B07846

Tints of Bourbon #B07846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 48.09%
G = 32.79%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B07846 (or 0xB07846) is known color: Bourbon. HEX triplet: B0, 78 and 46. RGB value is (176,120,70). Sum of RGB (Red+Green+Blue) = 176+120+70=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B07846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07846 is #4F87B9. Grayscale: #838383. Windows color (decimal): -5212090 or 4618416. OLE color: 4618416.

HSL color Cylindrical-coordinate representation of color #B07846: hue angle of 28.3º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07846 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 120 70 -
CMYK 0 0.32 0.60 0.31
HSL 28.3º 0.43% 0.48% -
HSV(B) 28.3º 0.6% 0.69% -
XYZ 25.73 23.11 8.9 -
YUV 131.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 176 120 70 0 0.32 0.60 0.31 28.3 0.43 0.48
Hex B0 78 46 0 20 3C 1F 1C 2B 30
Octal 260 170 106 0 40 74 37 34 53 60
Binary 10110000 1111000 1000110 0 100000 111100 11111 11100 101011 110000

Color Harmonies of #B07846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07846

Black with #B07846

Text Example


Text Example

White with #B07846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07846; }

 p { color: rgb(176,120,70); }

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

background-color css

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

 a { background-color: rgb(176,120,70); }

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

border-color css

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

 span { border-color: rgb(176,120,70); }

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