Html Css Color HEX #BA6F03 Dark Goldenrod

📋 copy color: '#BA6F03'

red 186 ◦ green 111 ◦ blue 3

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

Shades of Dark Goldenrod #BA6F03

Tints of Dark Goldenrod #BA6F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 62%
G = 37%
B = 1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6F03 (or 0xBA6F03) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 03. RGB value is (186,111,3). Sum of RGB (Red+Green+Blue) = 186+111+3=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F03 is #4590FC. Grayscale: #797979. Windows color (decimal): -4559101 or 225210. OLE color: 225210.

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

Color convert

RGB 186 111 3 -
CMYK 0 0.40 0.98 0.27
HSL 35.41º 0.97% 0.37% -
HSV(B) 35.41º 0.98% 0.73% -
XYZ 25.95 21.81 2.93 -
YUV 121.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 186 111 3 0 0.40 0.98 0.27 35.41 0.97 0.37
Hex BA 6F 3 0 28 62 1B 23 61 25
Octal 272 157 3 0 50 142 33 43 141 45
Binary 10111010 1101111 11 0 101000 1100010 11011 100011 1100001 100101

Color Harmonies of #BA6F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F03

Black with #BA6F03

Text Example


Text Example

White with #BA6F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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