Html Css Color HEX #B0831D Hacienda

📋 copy color: '#B0831D'

red 176 ◦ green 131 ◦ blue 29

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

Shades of Hacienda #B0831D

Tints of Hacienda #B0831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 52.38%
G = 38.99%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0831D (or 0xB0831D) is known color: Hacienda. HEX triplet: B0, 83 and 1D. RGB value is (176,131,29). Sum of RGB (Red+Green+Blue) = 176+131+29=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0831D is #4F7CE2. Grayscale: #858585. Windows color (decimal): -5209315 or 1934256. OLE color: 1934256.

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

Color convert

RGB 176 131 29 -
CMYK 0 0.26 0.84 0.31
HSL 41.63º 0.72% 0.4% -
HSV(B) 41.63º 0.84% 0.69% -
XYZ 26.24 25.55 4.71 -
YUV 132.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 176 131 29 0 0.26 0.84 0.31 41.63 0.72 0.4
Hex B0 83 1D 0 1A 54 1F 2A 48 28
Octal 260 203 35 0 32 124 37 52 110 50
Binary 10110000 10000011 11101 0 11010 1010100 11111 101010 1001000 101000

Color Harmonies of #B0831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0831D

Black with #B0831D

Text Example


Text Example

White with #B0831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0831D; }

 p { color: rgb(176,131,29); }

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

background-color css

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

 a { background-color: rgb(176,131,29); }

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

border-color css

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

 span { border-color: rgb(176,131,29); }

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