Html Css Color HEX #BA8922 Nugget

📋 copy color: '#BA8922'

red 186 ◦ green 137 ◦ blue 34

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

Shades of Nugget #BA8922

Tints of Nugget #BA8922

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.38%

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

R = 52.1%
G = 38.38%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA8922 (or 0xBA8922) is known color: Nugget. HEX triplet: BA, 89 and 22. RGB value is (186,137,34). Sum of RGB (Red+Green+Blue) = 186+137+34=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8922 is #4576DD. Grayscale: #8C8C8C. Windows color (decimal): -4552414 or 2263482. OLE color: 2263482.

HSL color Cylindrical-coordinate representation of color #BA8922: hue angle of 40.66º 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 #BA8922 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 34 -
CMYK 0 0.26 0.82 0.27
HSL 40.66º 0.69% 0.43% -
HSV(B) 40.66º 0.82% 0.73% -
XYZ 29.48 28.45 5.45 -
YUV 139.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 186 137 34 0 0.26 0.82 0.27 40.66 0.69 0.43
Hex BA 89 22 0 1A 52 1B 29 45 2B
Octal 272 211 42 0 32 122 33 51 105 53
Binary 10111010 10001001 100010 0 11010 1010010 11011 101001 1000101 101011

Color Harmonies of #BA8922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8922

Black with #BA8922

Text Example


Text Example

White with #BA8922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8922; }

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

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

background-color css

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

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

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

border-color css

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

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

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