Html Css Color HEX #B07245 Bourbon

📋 copy color: '#B07245'

red 176 ◦ green 114 ◦ blue 69

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

Shades of Bourbon #B07245

Tints of Bourbon #B07245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 49.03%
G = 31.75%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B07245 (or 0xB07245) is known color: Bourbon. HEX triplet: B0, 72 and 45. RGB value is (176,114,69). Sum of RGB (Red+Green+Blue) = 176+114+69=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B07245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07245 is #4F8DBA. Grayscale: #7F7F7F. Windows color (decimal): -5213627 or 4551344. OLE color: 4551344.

HSL color Cylindrical-coordinate representation of color #B07245: hue angle of 25.23º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B07245 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 69 -
CMYK 0 0.35 0.61 0.31
HSL 25.23º 0.44% 0.48% -
HSV(B) 25.23º 0.61% 0.69% -
XYZ 25 21.69 8.5 -
YUV 127.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 176 114 69 0 0.35 0.61 0.31 25.23 0.44 0.48
Hex B0 72 45 0 23 3D 1F 19 2C 30
Octal 260 162 105 0 43 75 37 31 54 60
Binary 10110000 1110010 1000101 0 100011 111101 11111 11001 101100 110000

Color Harmonies of #B07245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07245

Black with #B07245

Text Example


Text Example

White with #B07245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07245; }

 p { color: rgb(176,114,69); }

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

background-color css

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

 a { background-color: rgb(176,114,69); }

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

border-color css

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

 span { border-color: rgb(176,114,69); }

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