Html Css Color HEX #BA7207 Dark Goldenrod

📋 copy color: '#BA7207'

red 186 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #BA7207

Tints of Dark Goldenrod #BA7207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.28%

R = 60.59%
G = 37.13%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA7207 (or 0xBA7207) is known color: Dark Goldenrod. HEX triplet: BA, 72 and 07. RGB value is (186,114,7). Sum of RGB (Red+Green+Blue) = 186+114+7=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7207 is #458DF8. Grayscale: #7B7B7B. Windows color (decimal): -4558329 or 488122. OLE color: 488122.

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

Color convert

RGB 186 114 7 -
CMYK 0 0.39 0.96 0.27
HSL 35.87º 0.93% 0.38% -
HSV(B) 35.87º 0.96% 0.73% -
XYZ 26.31 22.49 3.16 -
YUV 123.33 62.35 172.7 -
System Red Green Blue C M Y K H S L
Decimal 186 114 7 0 0.39 0.96 0.27 35.87 0.93 0.38
Hex BA 72 7 0 27 60 1B 24 5D 26
Octal 272 162 7 0 47 140 33 44 135 46
Binary 10111010 1110010 111 0 100111 1100000 11011 100100 1011101 100110

Color Harmonies of #BA7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7207

Black with #BA7207

Text Example


Text Example

White with #BA7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7207; }

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

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

background-color css

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

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

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

border-color css

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

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

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