Html Css Color HEX #BA880D Dark Goldenrod

📋 copy color: '#BA880D'

red 186 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #BA880D

Tints of Dark Goldenrod #BA880D

RGB

 RED value IS 186 (73.05% from 255) = 55.52%

 GREEN value IS 136 (53.52% from 255) = 40.6%

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 55.52%
G = 40.6%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA880D (or 0xBA880D) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 0D. RGB value is (186,136,13). Sum of RGB (Red+Green+Blue) = 186+136+13=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA880D is #4577F2. Grayscale: #898989. Windows color (decimal): -4552691 or 886970. OLE color: 886970.

HSL color Cylindrical-coordinate representation of color #BA880D: hue angle of 42.66º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA880D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 13 -
CMYK 0 0.27 0.93 0.27
HSL 42.66º 0.87% 0.39% -
HSV(B) 42.66º 0.93% 0.73% -
XYZ 29.13 28.08 4.26 -
YUV 136.93 58.07 163 -
System Red Green Blue C M Y K H S L
Decimal 186 136 13 0 0.27 0.93 0.27 42.66 0.87 0.39
Hex BA 88 D 0 1B 5D 1B 2B 57 27
Octal 272 210 15 0 33 135 33 53 127 47
Binary 10111010 10001000 1101 0 11011 1011101 11011 101011 1010111 100111

Color Harmonies of #BA880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA880D

Black with #BA880D

Text Example


Text Example

White with #BA880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA880D; }

 p { color: rgb(186,136,13); }

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

background-color css

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

 a { background-color: rgb(186,136,13); }

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

border-color css

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

 span { border-color: rgb(186,136,13); }

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