Html Css Color HEX #BA7B18 Dark Goldenrod

📋 copy color: '#BA7B18'

red 186 ◦ green 123 ◦ blue 24

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

Shades of Dark Goldenrod #BA7B18

Tints of Dark Goldenrod #BA7B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

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

R = 55.86%
G = 36.94%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7B18 (or 0xBA7B18) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 18. RGB value is (186,123,24). Sum of RGB (Red+Green+Blue) = 186+123+24=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B18 is #4584E7. Grayscale: #838383. Windows color (decimal): -4556008 or 1604538. OLE color: 1604538.

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

Color convert

RGB 186 123 24 -
CMYK 0 0.34 0.87 0.27
HSL 36.67º 0.77% 0.41% -
HSV(B) 36.67º 0.87% 0.73% -
XYZ 27.5 24.67 4.18 -
YUV 130.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 186 123 24 0 0.34 0.87 0.27 36.67 0.77 0.41
Hex BA 7B 18 0 22 57 1B 25 4D 29
Octal 272 173 30 0 42 127 33 45 115 51
Binary 10111010 1111011 11000 0 100010 1010111 11011 100101 1001101 101001

Color Harmonies of #BA7B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B18

Black with #BA7B18

Text Example


Text Example

White with #BA7B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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