Html Css Color HEX #BA6C06 Dark Goldenrod

📋 copy color: '#BA6C06'

red 186 ◦ green 108 ◦ blue 6

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

Shades of Dark Goldenrod #BA6C06

Tints of Dark Goldenrod #BA6C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2%

R = 62%
G = 36%
B = 2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6C06 (or 0xBA6C06) is known color: Dark Goldenrod. HEX triplet: BA, 6C and 06. RGB value is (186,108,6). Sum of RGB (Red+Green+Blue) = 186+108+6=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C06 is #4593F9. Grayscale: #787878. Windows color (decimal): -4559866 or 421050. OLE color: 421050.

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

Color convert

RGB 186 108 6 -
CMYK 0 0.42 0.97 0.27
HSL 34º 0.94% 0.38% -
HSV(B) 34º 0.97% 0.73% -
XYZ 25.65 21.18 2.91 -
YUV 119.69 63.84 175.29 -
System Red Green Blue C M Y K H S L
Decimal 186 108 6 0 0.42 0.97 0.27 34 0.94 0.38
Hex BA 6C 6 0 2A 61 1B 22 5E 26
Octal 272 154 6 0 52 141 33 42 136 46
Binary 10111010 1101100 110 0 101010 1100001 11011 100010 1011110 100110

Color Harmonies of #BA6C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C06

Black with #BA6C06

Text Example


Text Example

White with #BA6C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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