Html Css Color HEX #B07747 Bourbon

📋 copy color: '#B07747'

red 176 ◦ green 119 ◦ blue 71

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

Shades of Bourbon #B07747

Tints of Bourbon #B07747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 48.09%
G = 32.51%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B07747 (or 0xB07747) is known color: Bourbon. HEX triplet: B0, 77 and 47. RGB value is (176,119,71). Sum of RGB (Red+Green+Blue) = 176+119+71=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B07747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07747 is #4F88B8. Grayscale: #828282. Windows color (decimal): -5212345 or 4683696. OLE color: 4683696.

HSL color Cylindrical-coordinate representation of color #B07747: hue angle of 27.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07747 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 71 -
CMYK 0 0.32 0.60 0.31
HSL 27.43º 0.43% 0.48% -
HSV(B) 27.43º 0.6% 0.69% -
XYZ 25.64 22.88 9.03 -
YUV 130.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 176 119 71 0 0.32 0.60 0.31 27.43 0.43 0.48
Hex B0 77 47 0 20 3C 1F 1B 2B 30
Octal 260 167 107 0 40 74 37 33 53 60
Binary 10110000 1110111 1000111 0 100000 111100 11111 11011 101011 110000

Color Harmonies of #B07747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07747

Black with #B07747

Text Example


Text Example

White with #B07747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07747; }

 p { color: rgb(176,119,71); }

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

background-color css

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

 a { background-color: rgb(176,119,71); }

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

border-color css

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

 span { border-color: rgb(176,119,71); }

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