Html Css Color HEX #BA8628 Nugget

📋 copy color: '#BA8628'

red 186 ◦ green 134 ◦ blue 40

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

Shades of Nugget #BA8628

Tints of Nugget #BA8628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 51.67%
G = 37.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA8628 (or 0xBA8628) is known color: Nugget. HEX triplet: BA, 86 and 28. RGB value is (186,134,40). Sum of RGB (Red+Green+Blue) = 186+134+40=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8628 is #4579D7. Grayscale: #8B8B8B. Windows color (decimal): -4553176 or 2655930. OLE color: 2655930.

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

Color convert

RGB 186 134 40 -
CMYK 0 0.28 0.78 0.27
HSL 38.63º 0.65% 0.44% -
HSV(B) 38.63º 0.78% 0.73% -
XYZ 29.16 27.64 5.81 -
YUV 138.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 186 134 40 0 0.28 0.78 0.27 38.63 0.65 0.44
Hex BA 86 28 0 1C 4E 1B 27 41 2C
Octal 272 206 50 0 34 116 33 47 101 54
Binary 10111010 10000110 101000 0 11100 1001110 11011 100111 1000001 101100

Color Harmonies of #BA8628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8628

Black with #BA8628

Text Example


Text Example

White with #BA8628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8628; }

 p { color: rgb(186,134,40); }

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

background-color css

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

 a { background-color: rgb(186,134,40); }

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

border-color css

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

 span { border-color: rgb(186,134,40); }

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