Html Css Color HEX #BA7B17 Dark Goldenrod

📋 copy color: '#BA7B17'

red 186 ◦ green 123 ◦ blue 23

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

Shades of Dark Goldenrod #BA7B17

Tints of Dark Goldenrod #BA7B17

RGB

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

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

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

R = 56.02%
G = 37.05%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA7B17 (or 0xBA7B17) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 17. RGB value is (186,123,23). Sum of RGB (Red+Green+Blue) = 186+123+23=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B17 is #4584E8. Grayscale: #828282. Windows color (decimal): -4556009 or 1539002. OLE color: 1539002.

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

Color convert

RGB 186 123 23 -
CMYK 0 0.34 0.88 0.27
HSL 36.81º 0.78% 0.41% -
HSV(B) 36.81º 0.88% 0.73% -
XYZ 27.49 24.67 4.12 -
YUV 130.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 186 123 23 0 0.34 0.88 0.27 36.81 0.78 0.41
Hex BA 7B 17 0 22 58 1B 25 4E 29
Octal 272 173 27 0 42 130 33 45 116 51
Binary 10111010 1111011 10111 0 100010 1011000 11011 100101 1001110 101001

Color Harmonies of #BA7B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B17

Black with #BA7B17

Text Example


Text Example

White with #BA7B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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