Html Css Color HEX #BA8D23 Nugget

📋 copy color: '#BA8D23'

red 186 ◦ green 141 ◦ blue 35

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

Shades of Nugget #BA8D23

Tints of Nugget #BA8D23

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.95%

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

R = 51.38%
G = 38.95%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8D23 (or 0xBA8D23) is known color: Nugget. HEX triplet: BA, 8D and 23. RGB value is (186,141,35). Sum of RGB (Red+Green+Blue) = 186+141+35=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D23 is #4572DC. Grayscale: #8E8E8E. Windows color (decimal): -4551389 or 2330042. OLE color: 2330042.

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

Color convert

RGB 186 141 35 -
CMYK 0 0.24 0.81 0.27
HSL 42.12º 0.68% 0.43% -
HSV(B) 42.12º 0.81% 0.73% -
XYZ 30.08 29.61 5.72 -
YUV 142.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 186 141 35 0 0.24 0.81 0.27 42.12 0.68 0.43
Hex BA 8D 23 0 18 51 1B 2A 44 2B
Octal 272 215 43 0 30 121 33 52 104 53
Binary 10111010 10001101 100011 0 11000 1010001 11011 101010 1000100 101011

Color Harmonies of #BA8D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D23

Black with #BA8D23

Text Example


Text Example

White with #BA8D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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