Html Css Color HEX #B07445 Bourbon

📋 copy color: '#B07445'

red 176 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #B07445

Tints of Bourbon #B07445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 48.75%
G = 32.13%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B07445 (or 0xB07445) is known color: Bourbon. HEX triplet: B0, 74 and 45. RGB value is (176,116,69). Sum of RGB (Red+Green+Blue) = 176+116+69=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B07445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07445 is #4F8BBA. Grayscale: #808080. Windows color (decimal): -5213115 or 4551856. OLE color: 4551856.

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

Color convert

RGB 176 116 69 -
CMYK 0 0.34 0.61 0.31
HSL 26.36º 0.44% 0.48% -
HSV(B) 26.36º 0.61% 0.69% -
XYZ 25.22 22.15 8.58 -
YUV 128.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 176 116 69 0 0.34 0.61 0.31 26.36 0.44 0.48
Hex B0 74 45 0 22 3D 1F 1A 2C 30
Octal 260 164 105 0 42 75 37 32 54 60
Binary 10110000 1110100 1000101 0 100010 111101 11111 11010 101100 110000

Color Harmonies of #B07445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07445

Black with #B07445

Text Example


Text Example

White with #B07445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07445; }

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

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

background-color css

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

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

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

border-color css

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

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

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