Html Css Color HEX #BA730C Dark Goldenrod

📋 copy color: '#BA730C'

red 186 ◦ green 115 ◦ blue 12

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

Shades of Dark Goldenrod #BA730C

Tints of Dark Goldenrod #BA730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

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

R = 59.42%
G = 36.74%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA730C (or 0xBA730C) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 0C. RGB value is (186,115,12). Sum of RGB (Red+Green+Blue) = 186+115+12=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA730C is #458CF3. Grayscale: #7C7C7C. Windows color (decimal): -4558068 or 816058. OLE color: 816058.

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

Color convert

RGB 186 115 12 -
CMYK 0 0.38 0.94 0.27
HSL 35.52º 0.88% 0.39% -
HSV(B) 35.52º 0.94% 0.73% -
XYZ 26.45 22.73 3.34 -
YUV 124.49 64.52 171.88 -
System Red Green Blue C M Y K H S L
Decimal 186 115 12 0 0.38 0.94 0.27 35.52 0.88 0.39
Hex BA 73 C 0 26 5E 1B 24 58 27
Octal 272 163 14 0 46 136 33 44 130 47
Binary 10111010 1110011 1100 0 100110 1011110 11011 100100 1011000 100111

Color Harmonies of #BA730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA730C

Black with #BA730C

Text Example


Text Example

White with #BA730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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