Html Css Color HEX #BA881D Nugget

📋 copy color: '#BA881D'

red 186 ◦ green 136 ◦ blue 29

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

Shades of Nugget #BA881D

Tints of Nugget #BA881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.75%

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 52.99%
G = 38.75%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA881D (or 0xBA881D) is known color: Nugget. HEX triplet: BA, 88 and 1D. RGB value is (186,136,29). Sum of RGB (Red+Green+Blue) = 186+136+29=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA881D is #4577E2. Grayscale: #8B8B8B. Windows color (decimal): -4552675 or 1935546. OLE color: 1935546.

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

Color convert

RGB 186 136 29 -
CMYK 0 0.27 0.84 0.27
HSL 40.89º 0.73% 0.42% -
HSV(B) 40.89º 0.84% 0.73% -
XYZ 29.28 28.14 5.05 -
YUV 138.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 186 136 29 0 0.27 0.84 0.27 40.89 0.73 0.42
Hex BA 88 1D 0 1B 54 1B 29 49 2A
Octal 272 210 35 0 33 124 33 51 111 52
Binary 10111010 10001000 11101 0 11011 1010100 11011 101001 1001001 101010

Color Harmonies of #BA881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA881D

Black with #BA881D

Text Example


Text Example

White with #BA881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA881D; }

 p { color: rgb(186,136,29); }

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

background-color css

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

 a { background-color: rgb(186,136,29); }

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

border-color css

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

 span { border-color: rgb(186,136,29); }

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