Html Css Color HEX #B0774B Bourbon

📋 copy color: '#B0774B'

red 176 ◦ green 119 ◦ blue 75

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

Shades of Bourbon #B0774B

Tints of Bourbon #B0774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 47.57%
G = 32.16%
B = 20.27%

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

#B0774B (or 0xB0774B) is known color: Bourbon. HEX triplet: B0, 77 and 4B. RGB value is (176,119,75). Sum of RGB (Red+Green+Blue) = 176+119+75=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0774B is #4F88B4. Grayscale: #838383. Windows color (decimal): -5212341 or 4945840. OLE color: 4945840.

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

Color convert

RGB 176 119 75 -
CMYK 0 0.32 0.57 0.31
HSL 26.14º 0.4% 0.49% -
HSV(B) 26.14º 0.57% 0.69% -
XYZ 25.77 22.93 9.72 -
YUV 131.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 176 119 75 0 0.32 0.57 0.31 26.14 0.4 0.49
Hex B0 77 4B 0 20 39 1F 1A 28 31
Octal 260 167 113 0 40 71 37 32 50 61
Binary 10110000 1110111 1001011 0 100000 111001 11111 11010 101000 110001

Color Harmonies of #B0774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0774B

Black with #B0774B

Text Example


Text Example

White with #B0774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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