Html Css Color HEX #BA7D17 Dark Goldenrod

📋 copy color: '#BA7D17'

red 186 ◦ green 125 ◦ blue 23

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

Shades of Dark Goldenrod #BA7D17

Tints of Dark Goldenrod #BA7D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 23 (9.38% from 255) = 6.89%

R = 55.69%
G = 37.43%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA7D17 (or 0xBA7D17) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 17. RGB value is (186,125,23). Sum of RGB (Red+Green+Blue) = 186+125+23=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D17 is #4582E8. Grayscale: #848484. Windows color (decimal): -4555497 or 1539514. OLE color: 1539514.

HSL color Cylindrical-coordinate representation of color #BA7D17: hue angle of 37.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA7D17 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 125 23 -
CMYK 0 0.33 0.88 0.27
HSL 37.55º 0.78% 0.41% -
HSV(B) 37.55º 0.88% 0.73% -
XYZ 27.74 25.17 4.21 -
YUV 131.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 186 125 23 0 0.33 0.88 0.27 37.55 0.78 0.41
Hex BA 7D 17 0 21 58 1B 26 4E 29
Octal 272 175 27 0 41 130 33 46 116 51
Binary 10111010 1111101 10111 0 100001 1011000 11011 100110 1001110 101001

Color Harmonies of #BA7D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D17

Black with #BA7D17

Text Example


Text Example

White with #BA7D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D17; }

 p { color: rgb(186,125,23); }

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

background-color css

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

 a { background-color: rgb(186,125,23); }

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

border-color css

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

 span { border-color: rgb(186,125,23); }

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