Html Css Color HEX #B08320 Hacienda

📋 copy color: '#B08320'

red 176 ◦ green 131 ◦ blue 32

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

Shades of Hacienda #B08320

Tints of Hacienda #B08320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 51.92%
G = 38.64%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B08320 (or 0xB08320) is known color: Hacienda. HEX triplet: B0, 83 and 20. RGB value is (176,131,32). Sum of RGB (Red+Green+Blue) = 176+131+32=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B08320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08320 is #4F7CDF. Grayscale: #858585. Windows color (decimal): -5209312 or 2130864. OLE color: 2130864.

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

Color convert

RGB 176 131 32 -
CMYK 0 0.26 0.82 0.31
HSL 41.25º 0.69% 0.41% -
HSV(B) 41.25º 0.82% 0.69% -
XYZ 26.28 25.57 4.92 -
YUV 133.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 176 131 32 0 0.26 0.82 0.31 41.25 0.69 0.41
Hex B0 83 20 0 1A 52 1F 29 45 29
Octal 260 203 40 0 32 122 37 51 105 51
Binary 10110000 10000011 100000 0 11010 1010010 11111 101001 1000101 101001

Color Harmonies of #B08320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08320

Black with #B08320

Text Example


Text Example

White with #B08320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08320; }

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

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

background-color css

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

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

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

border-color css

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

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

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