Html Css Color HEX #B07649 Bourbon

📋 copy color: '#B07649'

red 176 ◦ green 118 ◦ blue 73

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

Shades of Bourbon #B07649

Tints of Bourbon #B07649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

 BLUE value IS 73 (28.91% from 255) = 19.89%

R = 47.96%
G = 32.15%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B07649 (or 0xB07649) is known color: Bourbon. HEX triplet: B0, 76 and 49. RGB value is (176,118,73). Sum of RGB (Red+Green+Blue) = 176+118+73=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B07649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07649 is #4F89B6. Grayscale: #828282. Windows color (decimal): -5212599 or 4814512. OLE color: 4814512.

HSL color Cylindrical-coordinate representation of color #B07649: hue angle of 26.21º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B07649 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 73 -
CMYK 0 0.33 0.59 0.31
HSL 26.21º 0.41% 0.49% -
HSV(B) 26.21º 0.59% 0.69% -
XYZ 25.59 22.67 9.33 -
YUV 130.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 176 118 73 0 0.33 0.59 0.31 26.21 0.41 0.49
Hex B0 76 49 0 21 3B 1F 1A 29 31
Octal 260 166 111 0 41 73 37 32 51 61
Binary 10110000 1110110 1001001 0 100001 111011 11111 11010 101001 110001

Color Harmonies of #B07649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07649

Black with #B07649

Text Example


Text Example

White with #B07649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07649; }

 p { color: rgb(176,118,73); }

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

background-color css

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

 a { background-color: rgb(176,118,73); }

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

border-color css

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

 span { border-color: rgb(176,118,73); }

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