Html Css Color HEX #BA6F00 Dark Goldenrod

📋 copy color: '#BA6F00'

red 186 ◦ green 111 ◦ blue 0

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

Shades of Dark Goldenrod #BA6F00

Tints of Dark Goldenrod #BA6F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.63%
G = 37.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6F00 (or 0xBA6F00) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 00. RGB value is (186,111,0). Sum of RGB (Red+Green+Blue) = 186+111+0=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F00 is #4590FF. Grayscale: #797979. Windows color (decimal): -4559104 or 28602. OLE color: 28602.

HSL color Cylindrical-coordinate representation of color #BA6F00: hue angle of 35.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA6F00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 0 -
CMYK 0 0.40 1 0.27
HSL 35.81º 1% 0.36% -
HSV(B) 35.81º 1% 0.73% -
XYZ 25.93 21.81 2.84 -
YUV 120.77 59.85 174.53 -
System Red Green Blue C M Y K H S L
Decimal 186 111 0 0 0.40 1 0.27 35.81 1 0.36
Hex BA 6F 0 0 28 64 1B 24 64 24
Octal 272 157 0 0 50 144 33 44 144 44
Binary 10111010 1101111 0 0 101000 1100100 11011 100100 1100100 100100

Color Harmonies of #BA6F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F00

Black with #BA6F00

Text Example


Text Example

White with #BA6F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F00; }

 p { color: rgb(186,111,0); }

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

background-color css

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

 a { background-color: rgb(186,111,0); }

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

border-color css

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

 span { border-color: rgb(186,111,0); }

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