Html Css Color HEX #BA962B Nugget

📋 copy color: '#BA962B'

red 186 ◦ green 150 ◦ blue 43

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

Shades of Nugget #BA962B

Tints of Nugget #BA962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

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

R = 49.08%
G = 39.58%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA962B (or 0xBA962B) is known color: Nugget. HEX triplet: BA, 96 and 2B. RGB value is (186,150,43). Sum of RGB (Red+Green+Blue) = 186+150+43=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA962B is #4569D4. Grayscale: #959595. Windows color (decimal): -4549077 or 2856634. OLE color: 2856634.

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

Color convert

RGB 186 150 43 -
CMYK 0 0.19 0.77 0.27
HSL 44.9º 0.62% 0.45% -
HSV(B) 44.9º 0.77% 0.73% -
XYZ 31.59 32.43 6.88 -
YUV 148.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 186 150 43 0 0.19 0.77 0.27 44.9 0.62 0.45
Hex BA 96 2B 0 13 4D 1B 2D 3E 2D
Octal 272 226 53 0 23 115 33 55 76 55
Binary 10111010 10010110 101011 0 10011 1001101 11011 101101 111110 101101

Color Harmonies of #BA962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA962B

Black with #BA962B

Text Example


Text Example

White with #BA962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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