Html Css Color HEX #B07240 Bourbon

📋 copy color: '#B07240'

red 176 ◦ green 114 ◦ blue 64

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

Shades of Bourbon #B07240

Tints of Bourbon #B07240

RGB

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

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

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

R = 49.72%
G = 32.2%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B07240 (or 0xB07240) is known color: Bourbon. HEX triplet: B0, 72 and 40. RGB value is (176,114,64). Sum of RGB (Red+Green+Blue) = 176+114+64=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B07240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07240 is #4F8DBF. Grayscale: #7F7F7F. Windows color (decimal): -5213632 or 4223664. OLE color: 4223664.

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

Color convert

RGB 176 114 64 -
CMYK 0 0.35 0.64 0.31
HSL 26.79º 0.47% 0.47% -
HSV(B) 26.79º 0.64% 0.69% -
XYZ 24.85 21.63 7.72 -
YUV 126.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 176 114 64 0 0.35 0.64 0.31 26.79 0.47 0.47
Hex B0 72 40 0 23 40 1F 1B 2F 2F
Octal 260 162 100 0 43 100 37 33 57 57
Binary 10110000 1110010 1000000 0 100011 1000000 11111 11011 101111 101111

Color Harmonies of #B07240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07240

Black with #B07240

Text Example


Text Example

White with #B07240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07240; }

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

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

background-color css

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

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

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

border-color css

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

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

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