Html Css Color HEX #BA7F18 Dark Goldenrod

📋 copy color: '#BA7F18'

red 186 ◦ green 127 ◦ blue 24

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

Shades of Dark Goldenrod #BA7F18

Tints of Dark Goldenrod #BA7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 55.19%
G = 37.69%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7F18 (or 0xBA7F18) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 18. RGB value is (186,127,24). Sum of RGB (Red+Green+Blue) = 186+127+24=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F18 is #4580E7. Grayscale: #858585. Windows color (decimal): -4554984 or 1605562. OLE color: 1605562.

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

Color convert

RGB 186 127 24 -
CMYK 0 0.32 0.87 0.27
HSL 38.15º 0.77% 0.41% -
HSV(B) 38.15º 0.87% 0.73% -
XYZ 28 25.68 4.35 -
YUV 132.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 186 127 24 0 0.32 0.87 0.27 38.15 0.77 0.41
Hex BA 7F 18 0 20 57 1B 26 4D 29
Octal 272 177 30 0 40 127 33 46 115 51
Binary 10111010 1111111 11000 0 100000 1010111 11011 100110 1001101 101001

Color Harmonies of #BA7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F18

Black with #BA7F18

Text Example


Text Example

White with #BA7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F18; }

 p { color: rgb(186,127,24); }

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

background-color css

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

 a { background-color: rgb(186,127,24); }

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

border-color css

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

 span { border-color: rgb(186,127,24); }

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