Html Css Color HEX #B07840 Bourbon

📋 copy color: '#B07840'

red 176 ◦ green 120 ◦ blue 64

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

Shades of Bourbon #B07840

Tints of Bourbon #B07840

RGB

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

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

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

R = 48.89%
G = 33.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B07840 (or 0xB07840) is known color: Bourbon. HEX triplet: B0, 78 and 40. RGB value is (176,120,64). Sum of RGB (Red+Green+Blue) = 176+120+64=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B07840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07840 is #4F87BF. Grayscale: #828282. Windows color (decimal): -5212096 or 4225200. OLE color: 4225200.

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

Color convert

RGB 176 120 64 -
CMYK 0 0.32 0.64 0.31
HSL 30º 0.47% 0.47% -
HSV(B) 30º 0.64% 0.69% -
XYZ 25.55 23.03 7.95 -
YUV 130.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 176 120 64 0 0.32 0.64 0.31 30 0.47 0.47
Hex B0 78 40 0 20 40 1F 1E 2F 2F
Octal 260 170 100 0 40 100 37 36 57 57
Binary 10110000 1111000 1000000 0 100000 1000000 11111 11110 101111 101111

Color Harmonies of #B07840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07840

Black with #B07840

Text Example


Text Example

White with #B07840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07840; }

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

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

background-color css

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

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

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

border-color css

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

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

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