Html Css Color HEX #B5870A Dark Goldenrod

📋 copy color: '#B5870A'

red 181 ◦ green 135 ◦ blue 10

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

Shades of Dark Goldenrod #B5870A

Tints of Dark Goldenrod #B5870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 55.52%
G = 41.41%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5870A (or 0xB5870A) is known color: Dark Goldenrod. HEX triplet: B5, 87 and 0A. RGB value is (181,135,10). Sum of RGB (Red+Green+Blue) = 181+135+10=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5870A is #4A78F5. Grayscale: #878787. Windows color (decimal): -4880630 or 690101. OLE color: 690101.

HSL color Cylindrical-coordinate representation of color #B5870A: hue angle of 43.86º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5870A is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 135 10 -
CMYK 0 0.25 0.94 0.29
HSL 43.86º 0.9% 0.37% -
HSV(B) 43.86º 0.94% 0.71% -
XYZ 27.77 27.17 4.07 -
YUV 134.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 181 135 10 0 0.25 0.94 0.29 43.86 0.9 0.37
Hex B5 87 A 0 19 5E 1D 2C 5A 25
Octal 265 207 12 0 31 136 35 54 132 45
Binary 10110101 10000111 1010 0 11001 1011110 11101 101100 1011010 100101

Color Harmonies of #B5870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5870A

Black with #B5870A

Text Example


Text Example

White with #B5870A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5870A; }

 p { color: rgb(181,135,10); }

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

background-color css

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

 a { background-color: rgb(181,135,10); }

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

border-color css

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

 span { border-color: rgb(181,135,10); }

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