Html Css Color HEX #BA820B Dark Goldenrod

📋 copy color: '#BA820B'

red 186 ◦ green 130 ◦ blue 11

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

Shades of Dark Goldenrod #BA820B

Tints of Dark Goldenrod #BA820B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

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

R = 56.88%
G = 39.76%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA820B (or 0xBA820B) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 0B. RGB value is (186,130,11). Sum of RGB (Red+Green+Blue) = 186+130+11=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA820B is #457DF4. Grayscale: #858585. Windows color (decimal): -4554229 or 754362. OLE color: 754362.

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

Color convert

RGB 186 130 11 -
CMYK 0 0.30 0.94 0.27
HSL 40.8º 0.89% 0.39% -
HSV(B) 40.8º 0.94% 0.73% -
XYZ 28.29 26.43 3.93 -
YUV 133.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 186 130 11 0 0.30 0.94 0.27 40.8 0.89 0.39
Hex BA 82 B 0 1E 5E 1B 29 59 27
Octal 272 202 13 0 36 136 33 51 131 47
Binary 10111010 10000010 1011 0 11110 1011110 11011 101001 1011001 100111

Color Harmonies of #BA820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA820B

Black with #BA820B

Text Example


Text Example

White with #BA820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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