Html Css Color HEX #B5821C Dark Goldenrod

📋 copy color: '#B5821C'

red 181 ◦ green 130 ◦ blue 28

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

Shades of Dark Goldenrod #B5821C

Tints of Dark Goldenrod #B5821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 53.39%
G = 38.35%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5821C (or 0xB5821C) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 1C. RGB value is (181,130,28). Sum of RGB (Red+Green+Blue) = 181+130+28=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5821C is #4A7DE3. Grayscale: #868686. Windows color (decimal): -4881892 or 1868469. OLE color: 1868469.

HSL color Cylindrical-coordinate representation of color #B5821C: hue angle of 40º degrees, saturation: 0.73, 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 #B5821C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 28 -
CMYK 0 0.28 0.85 0.29
HSL 40º 0.73% 0.41% -
HSV(B) 40º 0.85% 0.71% -
XYZ 27.25 25.87 4.66 -
YUV 133.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 181 130 28 0 0.28 0.85 0.29 40 0.73 0.41
Hex B5 82 1C 0 1C 55 1D 28 49 29
Octal 265 202 34 0 34 125 35 50 111 51
Binary 10110101 10000010 11100 0 11100 1010101 11101 101000 1001001 101001

Color Harmonies of #B5821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5821C

Black with #B5821C

Text Example


Text Example

White with #B5821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5821C; }

 p { color: rgb(181,130,28); }

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

background-color css

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

 a { background-color: rgb(181,130,28); }

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

border-color css

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

 span { border-color: rgb(181,130,28); }

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