Html Css Color HEX #BA8622 Nugget

📋 copy color: '#BA8622'

red 186 ◦ green 134 ◦ blue 34

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

Shades of Nugget #BA8622

Tints of Nugget #BA8622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 52.54%
G = 37.85%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA8622 (or 0xBA8622) is known color: Nugget. HEX triplet: BA, 86 and 22. RGB value is (186,134,34). Sum of RGB (Red+Green+Blue) = 186+134+34=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8622 is #4579DD. Grayscale: #8A8A8A. Windows color (decimal): -4553182 or 2262714. OLE color: 2262714.

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

Color convert

RGB 186 134 34 -
CMYK 0 0.28 0.82 0.27
HSL 39.47º 0.69% 0.43% -
HSV(B) 39.47º 0.82% 0.73% -
XYZ 29.06 27.6 5.31 -
YUV 138.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 186 134 34 0 0.28 0.82 0.27 39.47 0.69 0.43
Hex BA 86 22 0 1C 52 1B 27 45 2B
Octal 272 206 42 0 34 122 33 47 105 53
Binary 10111010 10000110 100010 0 11100 1010010 11011 100111 1000101 101011

Color Harmonies of #BA8622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8622

Black with #BA8622

Text Example


Text Example

White with #BA8622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8622; }

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

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

background-color css

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

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

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

border-color css

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

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

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