Html Css Color HEX #BA6C07 Dark Goldenrod

📋 copy color: '#BA6C07'

red 186 ◦ green 108 ◦ blue 7

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

Shades of Dark Goldenrod #BA6C07

Tints of Dark Goldenrod #BA6C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.88%

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

R = 61.79%
G = 35.88%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6C07 (or 0xBA6C07) is known color: Dark Goldenrod. HEX triplet: BA, 6C and 07. RGB value is (186,108,7). Sum of RGB (Red+Green+Blue) = 186+108+7=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C07 is #4593F8. Grayscale: #787878. Windows color (decimal): -4559865 or 486586. OLE color: 486586.

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

Color convert

RGB 186 108 7 -
CMYK 0 0.42 0.96 0.27
HSL 33.85º 0.93% 0.38% -
HSV(B) 33.85º 0.96% 0.73% -
XYZ 25.65 21.18 2.94 -
YUV 119.81 64.34 175.21 -
System Red Green Blue C M Y K H S L
Decimal 186 108 7 0 0.42 0.96 0.27 33.85 0.93 0.38
Hex BA 6C 7 0 2A 60 1B 22 5D 26
Octal 272 154 7 0 52 140 33 42 135 46
Binary 10111010 1101100 111 0 101010 1100000 11011 100010 1011101 100110

Color Harmonies of #BA6C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C07

Black with #BA6C07

Text Example


Text Example

White with #BA6C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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