Html Css Color HEX #B5841B Dark Goldenrod

📋 copy color: '#B5841B'

red 181 ◦ green 132 ◦ blue 27

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

Shades of Dark Goldenrod #B5841B

Tints of Dark Goldenrod #B5841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 53.24%
G = 38.82%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5841B (or 0xB5841B) is known color: Dark Goldenrod. HEX triplet: B5, 84 and 1B. RGB value is (181,132,27). Sum of RGB (Red+Green+Blue) = 181+132+27=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5841B is #4A7BE4. Grayscale: #878787. Windows color (decimal): -4881381 or 1803445. OLE color: 1803445.

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

Color convert

RGB 181 132 27 -
CMYK 0 0.27 0.85 0.29
HSL 40.91º 0.74% 0.41% -
HSV(B) 40.91º 0.85% 0.71% -
XYZ 27.51 26.41 4.68 -
YUV 134.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 181 132 27 0 0.27 0.85 0.29 40.91 0.74 0.41
Hex B5 84 1B 0 1B 55 1D 29 4A 29
Octal 265 204 33 0 33 125 35 51 112 51
Binary 10110101 10000100 11011 0 11011 1010101 11101 101001 1001010 101001

Color Harmonies of #B5841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5841B

Black with #B5841B

Text Example


Text Example

White with #B5841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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