Html Css Color HEX #B0841D Hacienda

📋 copy color: '#B0841D'

red 176 ◦ green 132 ◦ blue 29

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

Shades of Hacienda #B0841D

Tints of Hacienda #B0841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

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

R = 52.23%
G = 39.17%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0841D (or 0xB0841D) is known color: Hacienda. HEX triplet: B0, 84 and 1D. RGB value is (176,132,29). Sum of RGB (Red+Green+Blue) = 176+132+29=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0841D is #4F7BE2. Grayscale: #858585. Windows color (decimal): -5209059 or 1934512. OLE color: 1934512.

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

Color convert

RGB 176 132 29 -
CMYK 0 0.25 0.84 0.31
HSL 42.04º 0.72% 0.4% -
HSV(B) 42.04º 0.84% 0.69% -
XYZ 26.38 25.82 4.76 -
YUV 133.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 176 132 29 0 0.25 0.84 0.31 42.04 0.72 0.4
Hex B0 84 1D 0 19 54 1F 2A 48 28
Octal 260 204 35 0 31 124 37 52 110 50
Binary 10110000 10000100 11101 0 11001 1010100 11111 101010 1001000 101000

Color Harmonies of #B0841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0841D

Black with #B0841D

Text Example


Text Example

White with #B0841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0841D; }

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

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

background-color css

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

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

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

border-color css

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

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

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