Html Css Color HEX #B07340 Bourbon

📋 copy color: '#B07340'

red 176 ◦ green 115 ◦ blue 64

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

Shades of Bourbon #B07340

Tints of Bourbon #B07340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 49.58%
G = 32.39%
B = 18.03%

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

#B07340 (or 0xB07340) is known color: Bourbon. HEX triplet: B0, 73 and 40. RGB value is (176,115,64). Sum of RGB (Red+Green+Blue) = 176+115+64=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B07340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07340 is #4F8CBF. Grayscale: #7F7F7F. Windows color (decimal): -5213376 or 4223920. OLE color: 4223920.

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

Color convert

RGB 176 115 64 -
CMYK 0 0.35 0.64 0.31
HSL 27.32º 0.47% 0.47% -
HSV(B) 27.32º 0.64% 0.69% -
XYZ 24.96 21.86 7.75 -
YUV 127.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 176 115 64 0 0.35 0.64 0.31 27.32 0.47 0.47
Hex B0 73 40 0 23 40 1F 1B 2F 2F
Octal 260 163 100 0 43 100 37 33 57 57
Binary 10110000 1110011 1000000 0 100011 1000000 11111 11011 101111 101111

Color Harmonies of #B07340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07340

Black with #B07340

Text Example


Text Example

White with #B07340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07340; }

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

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

background-color css

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

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

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

border-color css

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

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

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