Html Css Color HEX #BA910B Dark Goldenrod

📋 copy color: '#BA910B'

red 186 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #BA910B

Tints of Dark Goldenrod #BA910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 54.39%
G = 42.4%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA910B (or 0xBA910B) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 0B. RGB value is (186,145,11). Sum of RGB (Red+Green+Blue) = 186+145+11=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA910B is #456EF4. Grayscale: #8E8E8E. Windows color (decimal): -4550389 or 758202. OLE color: 758202.

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

Color convert

RGB 186 145 11 -
CMYK 0 0.22 0.94 0.27
HSL 45.94º 0.89% 0.39% -
HSV(B) 45.94º 0.94% 0.73% -
XYZ 30.44 30.71 4.64 -
YUV 141.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 186 145 11 0 0.22 0.94 0.27 45.94 0.89 0.39
Hex BA 91 B 0 16 5E 1B 2E 59 27
Octal 272 221 13 0 26 136 33 56 131 47
Binary 10111010 10010001 1011 0 10110 1011110 11011 101110 1011001 100111

Color Harmonies of #BA910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA910B

Black with #BA910B

Text Example


Text Example

White with #BA910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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