Html Css Color HEX #B07146 Bourbon

📋 copy color: '#B07146'

red 176 ◦ green 113 ◦ blue 70

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

Shades of Bourbon #B07146

Tints of Bourbon #B07146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.48%

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

R = 49.03%
G = 31.48%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B07146 (or 0xB07146) is known color: Bourbon. HEX triplet: B0, 71 and 46. RGB value is (176,113,70). Sum of RGB (Red+Green+Blue) = 176+113+70=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B07146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07146 is #4F8EB9. Grayscale: #7F7F7F. Windows color (decimal): -5213882 or 4616624. OLE color: 4616624.

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

Color convert

RGB 176 113 70 -
CMYK 0 0.36 0.60 0.31
HSL 24.34º 0.43% 0.48% -
HSV(B) 24.34º 0.6% 0.69% -
XYZ 24.92 21.48 8.63 -
YUV 126.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 176 113 70 0 0.36 0.60 0.31 24.34 0.43 0.48
Hex B0 71 46 0 24 3C 1F 18 2B 30
Octal 260 161 106 0 44 74 37 30 53 60
Binary 10110000 1110001 1000110 0 100100 111100 11111 11000 101011 110000

Color Harmonies of #B07146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07146

Black with #B07146

Text Example


Text Example

White with #B07146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07146; }

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

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

background-color css

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

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

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

border-color css

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

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

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