Html Css Color HEX #BA850B Dark Goldenrod

📋 copy color: '#BA850B'

red 186 ◦ green 133 ◦ blue 11

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

Shades of Dark Goldenrod #BA850B

Tints of Dark Goldenrod #BA850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 56.36%
G = 40.3%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA850B (or 0xBA850B) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 0B. RGB value is (186,133,11). Sum of RGB (Red+Green+Blue) = 186+133+11=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA850B is #457AF4. Grayscale: #878787. Windows color (decimal): -4553461 or 755130. OLE color: 755130.

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

Color convert

RGB 186 133 11 -
CMYK 0 0.28 0.94 0.27
HSL 41.83º 0.89% 0.39% -
HSV(B) 41.83º 0.94% 0.73% -
XYZ 28.7 27.24 4.06 -
YUV 134.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 186 133 11 0 0.28 0.94 0.27 41.83 0.89 0.39
Hex BA 85 B 0 1C 5E 1B 2A 59 27
Octal 272 205 13 0 34 136 33 52 131 47
Binary 10111010 10000101 1011 0 11100 1011110 11011 101010 1011001 100111

Color Harmonies of #BA850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA850B

Black with #BA850B

Text Example


Text Example

White with #BA850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA850B; }

 p { color: rgb(186,133,11); }

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

background-color css

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

 a { background-color: rgb(186,133,11); }

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

border-color css

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

 span { border-color: rgb(186,133,11); }

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