Html Css Color HEX #BA720F Dark Goldenrod

📋 copy color: '#BA720F'

red 186 ◦ green 114 ◦ blue 15

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

Shades of Dark Goldenrod #BA720F

Tints of Dark Goldenrod #BA720F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 59.05%
G = 36.19%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA720F (or 0xBA720F) is known color: Dark Goldenrod. HEX triplet: BA, 72 and 0F. RGB value is (186,114,15). Sum of RGB (Red+Green+Blue) = 186+114+15=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA720F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA720F is #458DF0. Grayscale: #7C7C7C. Windows color (decimal): -4558321 or 1012410. OLE color: 1012410.

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

Color convert

RGB 186 114 15 -
CMYK 0 0.39 0.92 0.27
HSL 34.74º 0.85% 0.39% -
HSV(B) 34.74º 0.92% 0.73% -
XYZ 26.35 22.51 3.41 -
YUV 124.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 186 114 15 0 0.39 0.92 0.27 34.74 0.85 0.39
Hex BA 72 F 0 27 5C 1B 23 55 27
Octal 272 162 17 0 47 134 33 43 125 47
Binary 10111010 1110010 1111 0 100111 1011100 11011 100011 1010101 100111

Color Harmonies of #BA720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA720F

Black with #BA720F

Text Example


Text Example

White with #BA720F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA720F; }

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

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

background-color css

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

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

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

border-color css

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

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

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