Html Css Color HEX #B5841A Dark Goldenrod

📋 copy color: '#B5841A'

red 181 ◦ green 132 ◦ blue 26

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

Shades of Dark Goldenrod #B5841A

Tints of Dark Goldenrod #B5841A

RGB

 RED value IS 181 (71.09% from 255) = 53.39%

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 53.39%
G = 38.94%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5841A (or 0xB5841A) is known color: Dark Goldenrod. HEX triplet: B5, 84 and 1A. RGB value is (181,132,26). Sum of RGB (Red+Green+Blue) = 181+132+26=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5841A is #4A7BE5. Grayscale: #878787. Windows color (decimal): -4881382 or 1737909. OLE color: 1737909.

HSL color Cylindrical-coordinate representation of color #B5841A: hue angle of 41.03º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5841A is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 132 26 -
CMYK 0 0.27 0.86 0.29
HSL 41.03º 0.75% 0.41% -
HSV(B) 41.03º 0.86% 0.71% -
XYZ 27.49 26.4 4.62 -
YUV 134.57 66.73 161.12 -
System Red Green Blue C M Y K H S L
Decimal 181 132 26 0 0.27 0.86 0.29 41.03 0.75 0.41
Hex B5 84 1A 0 1B 56 1D 29 4B 29
Octal 265 204 32 0 33 126 35 51 113 51
Binary 10110101 10000100 11010 0 11011 1010110 11101 101001 1001011 101001

Color Harmonies of #B5841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5841A

Black with #B5841A

Text Example


Text Example

White with #B5841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5841A; }

 p { color: rgb(181,132,26); }

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

background-color css

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

 a { background-color: rgb(181,132,26); }

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

border-color css

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

 span { border-color: rgb(181,132,26); }

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