Html Css Color HEX #B07940 Bourbon

📋 copy color: '#B07940'

red 176 ◦ green 121 ◦ blue 64

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

Shades of Bourbon #B07940

Tints of Bourbon #B07940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

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

R = 48.75%
G = 33.52%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B07940 (or 0xB07940) is known color: Bourbon. HEX triplet: B0, 79 and 40. RGB value is (176,121,64). Sum of RGB (Red+Green+Blue) = 176+121+64=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B07940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07940 is #4F86BF. Grayscale: #838383. Windows color (decimal): -5211840 or 4225456. OLE color: 4225456.

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

Color convert

RGB 176 121 64 -
CMYK 0 0.31 0.64 0.31
HSL 30.54º 0.47% 0.47% -
HSV(B) 30.54º 0.64% 0.69% -
XYZ 25.67 23.28 7.99 -
YUV 130.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 176 121 64 0 0.31 0.64 0.31 30.54 0.47 0.47
Hex B0 79 40 0 1F 40 1F 1F 2F 2F
Octal 260 171 100 0 37 100 37 37 57 57
Binary 10110000 1111001 1000000 0 11111 1000000 11111 11111 101111 101111

Color Harmonies of #B07940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07940

Black with #B07940

Text Example


Text Example

White with #B07940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07940; }

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

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

background-color css

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

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

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

border-color css

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

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

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