Html Css Color HEX #BA952B Nugget

📋 copy color: '#BA952B'

red 186 ◦ green 149 ◦ blue 43

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

Shades of Nugget #BA952B

Tints of Nugget #BA952B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 43 (17.19% from 255) = 11.38%

R = 49.21%
G = 39.42%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA952B (or 0xBA952B) is known color: Nugget. HEX triplet: BA, 95 and 2B. RGB value is (186,149,43). Sum of RGB (Red+Green+Blue) = 186+149+43=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA952B is #456AD4. Grayscale: #949494. Windows color (decimal): -4549333 or 2856378. OLE color: 2856378.

HSL color Cylindrical-coordinate representation of color #BA952B: hue angle of 44.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA952B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 43 -
CMYK 0 0.20 0.77 0.27
HSL 44.48º 0.62% 0.45% -
HSV(B) 44.48º 0.77% 0.73% -
XYZ 31.43 32.11 6.83 -
YUV 147.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 186 149 43 0 0.20 0.77 0.27 44.48 0.62 0.45
Hex BA 95 2B 0 14 4D 1B 2C 3E 2D
Octal 272 225 53 0 24 115 33 54 76 55
Binary 10111010 10010101 101011 0 10100 1001101 11011 101100 111110 101101

Color Harmonies of #BA952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA952B

Black with #BA952B

Text Example


Text Example

White with #BA952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA952B; }

 p { color: rgb(186,149,43); }

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

background-color css

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

 a { background-color: rgb(186,149,43); }

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

border-color css

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

 span { border-color: rgb(186,149,43); }

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