Html Css Color HEX #BA8F0F Dark Goldenrod

📋 copy color: '#BA8F0F'

red 186 ◦ green 143 ◦ blue 15

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

Shades of Dark Goldenrod #BA8F0F

Tints of Dark Goldenrod #BA8F0F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

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

R = 54.07%
G = 41.57%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA8F0F (or 0xBA8F0F) is known color: Dark Goldenrod. HEX triplet: BA, 8F and 0F. RGB value is (186,143,15). Sum of RGB (Red+Green+Blue) = 186+143+15=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8F0F is #4570F0. Grayscale: #8D8D8D. Windows color (decimal): -4550897 or 1019834. OLE color: 1019834.

HSL color Cylindrical-coordinate representation of color #BA8F0F: hue angle of 44.91º 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 #BA8F0F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 143 15 -
CMYK 0 0.23 0.92 0.27
HSL 44.91º 0.85% 0.39% -
HSV(B) 44.91º 0.92% 0.73% -
XYZ 30.16 30.12 4.68 -
YUV 141.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 186 143 15 0 0.23 0.92 0.27 44.91 0.85 0.39
Hex BA 8F F 0 17 5C 1B 2D 55 27
Octal 272 217 17 0 27 134 33 55 125 47
Binary 10111010 10001111 1111 0 10111 1011100 11011 101101 1010101 100111

Color Harmonies of #BA8F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F0F

Black with #BA8F0F

Text Example


Text Example

White with #BA8F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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