Html Css Color HEX #BA8B23 Nugget

📋 copy color: '#BA8B23'

red 186 ◦ green 139 ◦ blue 35

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

Shades of Nugget #BA8B23

Tints of Nugget #BA8B23

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 51.67%
G = 38.61%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8B23 (or 0xBA8B23) is known color: Nugget. HEX triplet: BA, 8B and 23. RGB value is (186,139,35). Sum of RGB (Red+Green+Blue) = 186+139+35=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B23 is #4574DC. Grayscale: #8D8D8D. Windows color (decimal): -4551901 or 2329530. OLE color: 2329530.

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

Color convert

RGB 186 139 35 -
CMYK 0 0.25 0.81 0.27
HSL 41.32º 0.68% 0.43% -
HSV(B) 41.32º 0.81% 0.73% -
XYZ 29.79 29.03 5.62 -
YUV 141.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 186 139 35 0 0.25 0.81 0.27 41.32 0.68 0.43
Hex BA 8B 23 0 19 51 1B 29 44 2B
Octal 272 213 43 0 31 121 33 51 104 53
Binary 10111010 10001011 100011 0 11001 1010001 11011 101001 1000100 101011

Color Harmonies of #BA8B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B23

Black with #BA8B23

Text Example


Text Example

White with #BA8B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B23; }

 p { color: rgb(186,139,35); }

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

background-color css

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

 a { background-color: rgb(186,139,35); }

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

border-color css

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

 span { border-color: rgb(186,139,35); }

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