Html Css Color HEX #BA9223 Nugget

📋 copy color: '#BA9223'

red 186 ◦ green 146 ◦ blue 35

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

Shades of Nugget #BA9223

Tints of Nugget #BA9223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

 BLUE value IS 35 (14.06% from 255) = 9.54%

R = 50.68%
G = 39.78%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA9223 (or 0xBA9223) is known color: Nugget. HEX triplet: BA, 92 and 23. RGB value is (186,146,35). Sum of RGB (Red+Green+Blue) = 186+146+35=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9223 is #456DDC. Grayscale: #919191. Windows color (decimal): -4550109 or 2331322. OLE color: 2331322.

HSL color Cylindrical-coordinate representation of color #BA9223: hue angle of 44.11º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9223 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 35 -
CMYK 0 0.22 0.81 0.27
HSL 44.11º 0.68% 0.43% -
HSV(B) 44.11º 0.81% 0.73% -
XYZ 30.83 31.12 5.97 -
YUV 145.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 186 146 35 0 0.22 0.81 0.27 44.11 0.68 0.43
Hex BA 92 23 0 16 51 1B 2C 44 2B
Octal 272 222 43 0 26 121 33 54 104 53
Binary 10111010 10010010 100011 0 10110 1010001 11011 101100 1000100 101011

Color Harmonies of #BA9223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9223

Black with #BA9223

Text Example


Text Example

White with #BA9223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9223; }

 p { color: rgb(186,146,35); }

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

background-color css

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

 a { background-color: rgb(186,146,35); }

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

border-color css

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

 span { border-color: rgb(186,146,35); }

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