Html Css Color HEX #BA7B0F Dark Goldenrod

📋 copy color: '#BA7B0F'

red 186 ◦ green 123 ◦ blue 15

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

Shades of Dark Goldenrod #BA7B0F

Tints of Dark Goldenrod #BA7B0F

RGB

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

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

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

R = 57.41%
G = 37.96%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA7B0F (or 0xBA7B0F) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 0F. RGB value is (186,123,15). Sum of RGB (Red+Green+Blue) = 186+123+15=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B0F is #4584F0. Grayscale: #828282. Windows color (decimal): -4556017 or 1014714. OLE color: 1014714.

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

Color convert

RGB 186 123 15 -
CMYK 0 0.34 0.92 0.27
HSL 37.89º 0.85% 0.39% -
HSV(B) 37.89º 0.92% 0.73% -
XYZ 27.42 24.64 3.76 -
YUV 129.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 186 123 15 0 0.34 0.92 0.27 37.89 0.85 0.39
Hex BA 7B F 0 22 5C 1B 26 55 27
Octal 272 173 17 0 42 134 33 46 125 47
Binary 10111010 1111011 1111 0 100010 1011100 11011 100110 1010101 100111

Color Harmonies of #BA7B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B0F

Black with #BA7B0F

Text Example


Text Example

White with #BA7B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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