Html Css Color HEX #BA7B0C Dark Goldenrod

📋 copy color: '#BA7B0C'

red 186 ◦ green 123 ◦ blue 12

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

Shades of Dark Goldenrod #BA7B0C

Tints of Dark Goldenrod #BA7B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 57.94%
G = 38.32%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA7B0C (or 0xBA7B0C) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 0C. RGB value is (186,123,12). Sum of RGB (Red+Green+Blue) = 186+123+12=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B0C is #4584F3. Grayscale: #818181. Windows color (decimal): -4556020 or 818106. OLE color: 818106.

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

Color convert

RGB 186 123 12 -
CMYK 0 0.34 0.94 0.27
HSL 38.28º 0.88% 0.39% -
HSV(B) 38.28º 0.94% 0.73% -
XYZ 27.4 24.63 3.66 -
YUV 129.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 186 123 12 0 0.34 0.94 0.27 38.28 0.88 0.39
Hex BA 7B C 0 22 5E 1B 26 58 27
Octal 272 173 14 0 42 136 33 46 130 47
Binary 10111010 1111011 1100 0 100010 1011110 11011 100110 1011000 100111

Color Harmonies of #BA7B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B0C

Black with #BA7B0C

Text Example


Text Example

White with #BA7B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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