Html Css Color HEX #BA8923 Nugget

📋 copy color: '#BA8923'

red 186 ◦ green 137 ◦ blue 35

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

Shades of Nugget #BA8923

Tints of Nugget #BA8923

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

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

R = 51.96%
G = 38.27%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8923 (or 0xBA8923) is known color: Nugget. HEX triplet: BA, 89 and 23. RGB value is (186,137,35). Sum of RGB (Red+Green+Blue) = 186+137+35=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8923 is #4576DC. Grayscale: #8C8C8C. Windows color (decimal): -4552413 or 2329018. OLE color: 2329018.

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

Color convert

RGB 186 137 35 -
CMYK 0 0.26 0.81 0.27
HSL 40.53º 0.68% 0.43% -
HSV(B) 40.53º 0.81% 0.73% -
XYZ 29.5 28.45 5.53 -
YUV 140.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 186 137 35 0 0.26 0.81 0.27 40.53 0.68 0.43
Hex BA 89 23 0 1A 51 1B 29 44 2B
Octal 272 211 43 0 32 121 33 51 104 53
Binary 10111010 10001001 100011 0 11010 1010001 11011 101001 1000100 101011

Color Harmonies of #BA8923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8923

Black with #BA8923

Text Example


Text Example

White with #BA8923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8923; }

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

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

background-color css

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

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

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

border-color css

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

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

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