Html Css Color HEX #BA830A Dark Goldenrod

📋 copy color: '#BA830A'

red 186 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #BA830A

Tints of Dark Goldenrod #BA830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 56.88%
G = 40.06%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA830A (or 0xBA830A) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 0A. RGB value is (186,131,10). Sum of RGB (Red+Green+Blue) = 186+131+10=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA830A is #457CF5. Grayscale: #868686. Windows color (decimal): -4553974 or 689082. OLE color: 689082.

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

Color convert

RGB 186 131 10 -
CMYK 0 0.30 0.95 0.27
HSL 41.25º 0.9% 0.38% -
HSV(B) 41.25º 0.95% 0.73% -
XYZ 28.42 26.69 3.94 -
YUV 133.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 186 131 10 0 0.30 0.95 0.27 41.25 0.9 0.38
Hex BA 83 A 0 1E 5F 1B 29 5A 26
Octal 272 203 12 0 36 137 33 51 132 46
Binary 10111010 10000011 1010 0 11110 1011111 11011 101001 1011010 100110

Color Harmonies of #BA830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA830A

Black with #BA830A

Text Example


Text Example

White with #BA830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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