Html Css Color HEX #BA880F Dark Goldenrod

📋 copy color: '#BA880F'

red 186 ◦ green 136 ◦ blue 15

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

Shades of Dark Goldenrod #BA880F

Tints of Dark Goldenrod #BA880F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 55.19%
G = 40.36%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA880F (or 0xBA880F) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 0F. RGB value is (186,136,15). Sum of RGB (Red+Green+Blue) = 186+136+15=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA880F is #4577F0. Grayscale: #898989. Windows color (decimal): -4552689 or 1018042. OLE color: 1018042.

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

Color convert

RGB 186 136 15 -
CMYK 0 0.27 0.92 0.27
HSL 42.46º 0.85% 0.39% -
HSV(B) 42.46º 0.92% 0.73% -
XYZ 29.14 28.08 4.34 -
YUV 137.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 186 136 15 0 0.27 0.92 0.27 42.46 0.85 0.39
Hex BA 88 F 0 1B 5C 1B 2A 55 27
Octal 272 210 17 0 33 134 33 52 125 47
Binary 10111010 10001000 1111 0 11011 1011100 11011 101010 1010101 100111

Color Harmonies of #BA880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA880F

Black with #BA880F

Text Example


Text Example

White with #BA880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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