Html Css Color HEX #B0774C Bourbon

📋 copy color: '#B0774C'

red 176 ◦ green 119 ◦ blue 76

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

Shades of Bourbon #B0774C

Tints of Bourbon #B0774C

RGB

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

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

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

R = 47.44%
G = 32.08%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0774C (or 0xB0774C) is known color: Bourbon. HEX triplet: B0, 77 and 4C. RGB value is (176,119,76). Sum of RGB (Red+Green+Blue) = 176+119+76=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0774C is #4F88B3. Grayscale: #838383. Windows color (decimal): -5212340 or 5011376. OLE color: 5011376.

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

Color convert

RGB 176 119 76 -
CMYK 0 0.32 0.57 0.31
HSL 25.8º 0.4% 0.49% -
HSV(B) 25.8º 0.57% 0.69% -
XYZ 25.81 22.95 9.91 -
YUV 131.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 176 119 76 0 0.32 0.57 0.31 25.8 0.4 0.49
Hex B0 77 4C 0 20 39 1F 1A 28 31
Octal 260 167 114 0 40 71 37 32 50 61
Binary 10110000 1110111 1001100 0 100000 111001 11111 11010 101000 110001

Color Harmonies of #B0774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0774C

Black with #B0774C

Text Example


Text Example

White with #B0774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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