Html Css Color HEX #BA7B0A Dark Goldenrod

📋 copy color: '#BA7B0A'

red 186 ◦ green 123 ◦ blue 10

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

Shades of Dark Goldenrod #BA7B0A

Tints of Dark Goldenrod #BA7B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 58.31%
G = 38.56%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA7B0A (or 0xBA7B0A) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 0A. RGB value is (186,123,10). Sum of RGB (Red+Green+Blue) = 186+123+10=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B0A is #4584F5. Grayscale: #818181. Windows color (decimal): -4556022 or 687034. OLE color: 687034.

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

Color convert

RGB 186 123 10 -
CMYK 0 0.34 0.95 0.27
HSL 38.52º 0.9% 0.38% -
HSV(B) 38.52º 0.95% 0.73% -
XYZ 27.39 24.63 3.6 -
YUV 128.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 186 123 10 0 0.34 0.95 0.27 38.52 0.9 0.38
Hex BA 7B A 0 22 5F 1B 27 5A 26
Octal 272 173 12 0 42 137 33 47 132 46
Binary 10111010 1111011 1010 0 100010 1011111 11011 100111 1011010 100110

Color Harmonies of #BA7B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B0A

Black with #BA7B0A

Text Example


Text Example

White with #BA7B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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