Html Css Color HEX #BA8727 Nugget

📋 copy color: '#BA8727'

red 186 ◦ green 135 ◦ blue 39

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

Shades of Nugget #BA8727

Tints of Nugget #BA8727

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

 BLUE value IS 39 (15.63% from 255) = 10.83%

R = 51.67%
G = 37.5%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA8727 (or 0xBA8727) is known color: Nugget. HEX triplet: BA, 87 and 27. RGB value is (186,135,39). Sum of RGB (Red+Green+Blue) = 186+135+39=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8727 is #4578D8. Grayscale: #8B8B8B. Windows color (decimal): -4552921 or 2590650. OLE color: 2590650.

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

Color convert

RGB 186 135 39 -
CMYK 0 0.27 0.79 0.27
HSL 39.18º 0.65% 0.44% -
HSV(B) 39.18º 0.79% 0.73% -
XYZ 29.28 27.91 5.76 -
YUV 139.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 186 135 39 0 0.27 0.79 0.27 39.18 0.65 0.44
Hex BA 87 27 0 1B 4F 1B 27 41 2C
Octal 272 207 47 0 33 117 33 47 101 54
Binary 10111010 10000111 100111 0 11011 1001111 11011 100111 1000001 101100

Color Harmonies of #BA8727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8727

Black with #BA8727

Text Example


Text Example

White with #BA8727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8727; }

 p { color: rgb(186,135,39); }

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

background-color css

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

 a { background-color: rgb(186,135,39); }

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

border-color css

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

 span { border-color: rgb(186,135,39); }

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