Html Css Color HEX #B07140 Bourbon

📋 copy color: '#B07140'

red 176 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #B07140

Tints of Bourbon #B07140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 49.86%
G = 32.01%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B07140 (or 0xB07140) is known color: Bourbon. HEX triplet: B0, 71 and 40. RGB value is (176,113,64). Sum of RGB (Red+Green+Blue) = 176+113+64=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B07140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07140 is #4F8EBF. Grayscale: #7E7E7E. Windows color (decimal): -5213888 or 4223408. OLE color: 4223408.

HSL color Cylindrical-coordinate representation of color #B07140: hue angle of 26.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B07140 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 64 -
CMYK 0 0.36 0.64 0.31
HSL 26.25º 0.47% 0.47% -
HSV(B) 26.25º 0.64% 0.69% -
XYZ 24.74 21.41 7.68 -
YUV 126.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 176 113 64 0 0.36 0.64 0.31 26.25 0.47 0.47
Hex B0 71 40 0 24 40 1F 1A 2F 2F
Octal 260 161 100 0 44 100 37 32 57 57
Binary 10110000 1110001 1000000 0 100100 1000000 11111 11010 101111 101111

Color Harmonies of #B07140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07140

Black with #B07140

Text Example


Text Example

White with #B07140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07140; }

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

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

background-color css

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

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

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

border-color css

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

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

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