Html Css Color HEX #B0764C Bourbon

📋 copy color: '#B0764C'

red 176 ◦ green 118 ◦ blue 76

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

Shades of Bourbon #B0764C

Tints of Bourbon #B0764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 47.57%
G = 31.89%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0764C (or 0xB0764C) is known color: Bourbon. HEX triplet: B0, 76 and 4C. RGB value is (176,118,76). Sum of RGB (Red+Green+Blue) = 176+118+76=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0764C is #4F89B3. Grayscale: #828282. Windows color (decimal): -5212596 or 5011120. OLE color: 5011120.

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

Color convert

RGB 176 118 76 -
CMYK 0 0.33 0.57 0.31
HSL 25.2º 0.4% 0.49% -
HSV(B) 25.2º 0.57% 0.69% -
XYZ 25.69 22.71 9.87 -
YUV 130.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 176 118 76 0 0.33 0.57 0.31 25.2 0.4 0.49
Hex B0 76 4C 0 21 39 1F 19 28 31
Octal 260 166 114 0 41 71 37 31 50 61
Binary 10110000 1110110 1001100 0 100001 111001 11111 11001 101000 110001

Color Harmonies of #B0764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0764C

Black with #B0764C

Text Example


Text Example

White with #B0764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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