Html Css Color HEX #BA8826 Nugget

📋 copy color: '#BA8826'

red 186 ◦ green 136 ◦ blue 38

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

Shades of Nugget #BA8826

Tints of Nugget #BA8826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 51.67%
G = 37.78%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8826 (or 0xBA8826) is known color: Nugget. HEX triplet: BA, 88 and 26. RGB value is (186,136,38). Sum of RGB (Red+Green+Blue) = 186+136+38=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8826 is #4577D9. Grayscale: #8C8C8C. Windows color (decimal): -4552666 or 2525370. OLE color: 2525370.

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

Color convert

RGB 186 136 38 -
CMYK 0 0.27 0.80 0.27
HSL 39.73º 0.66% 0.44% -
HSV(B) 39.73º 0.8% 0.73% -
XYZ 29.4 28.19 5.72 -
YUV 139.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 186 136 38 0 0.27 0.80 0.27 39.73 0.66 0.44
Hex BA 88 26 0 1B 50 1B 28 42 2C
Octal 272 210 46 0 33 120 33 50 102 54
Binary 10111010 10001000 100110 0 11011 1010000 11011 101000 1000010 101100

Color Harmonies of #BA8826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8826

Black with #BA8826

Text Example


Text Example

White with #BA8826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8826; }

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

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

background-color css

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

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

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

border-color css

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

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

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