Html Css Color HEX #BA8D2B Nugget

📋 copy color: '#BA8D2B'

red 186 ◦ green 141 ◦ blue 43

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

Shades of Nugget #BA8D2B

Tints of Nugget #BA8D2B

RGB

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

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

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

R = 50.27%
G = 38.11%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA8D2B (or 0xBA8D2B) is known color: Nugget. HEX triplet: BA, 8D and 2B. RGB value is (186,141,43). Sum of RGB (Red+Green+Blue) = 186+141+43=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D2B is #4572D4. Grayscale: #8F8F8F. Windows color (decimal): -4551381 or 2854330. OLE color: 2854330.

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

Color convert

RGB 186 141 43 -
CMYK 0 0.24 0.77 0.27
HSL 41.12º 0.62% 0.45% -
HSV(B) 41.12º 0.77% 0.73% -
XYZ 30.21 29.66 6.42 -
YUV 143.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 186 141 43 0 0.24 0.77 0.27 41.12 0.62 0.45
Hex BA 8D 2B 0 18 4D 1B 29 3E 2D
Octal 272 215 53 0 30 115 33 51 76 55
Binary 10111010 10001101 101011 0 11000 1001101 11011 101001 111110 101101

Color Harmonies of #BA8D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D2B

Black with #BA8D2B

Text Example


Text Example

White with #BA8D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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