Html Css Color HEX #95726E Bazaar

📋 copy color: '#95726E'

red 149 ◦ green 114 ◦ blue 110

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

Shades of Bazaar #95726E

Tints of Bazaar #95726E

RGB

 RED value IS 149 (58.59% from 255) = 39.95%

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 110 (43.36% from 255) = 29.49%

R = 39.95%
G = 30.56%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95726E (or 0x95726E) is known color: Bazaar. HEX triplet: 95, 72 and 6E. RGB value is (149,114,110). Sum of RGB (Red+Green+Blue) = 149+114+110=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95726E is #6A8D91. Grayscale: #7C7C7C. Windows color (decimal): -6983058 or 7238293. OLE color: 7238293.

HSL color Cylindrical-coordinate representation of color #95726E: hue angle of 6.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95726E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 110 -
CMYK 0 0.23 0.26 0.42
HSL 6.15º 0.16% 0.51% -
HSV(B) 6.15º 0.26% 0.58% -
XYZ 21.23 19.55 17.41 -
YUV 124.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 149 114 110 0 0.23 0.26 0.42 6.15 0.16 0.51
Hex 95 72 6E 0 17 1A 2A 6 10 33
Octal 225 162 156 0 27 32 52 6 20 63
Binary 10010101 1110010 1101110 0 10111 11010 101010 110 10000 110011

Color Harmonies of #95726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95726E

Black with #95726E

Text Example


Text Example

White with #95726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95726E; }

 p { color: rgb(149,114,110); }

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

background-color css

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

 a { background-color: rgb(149,114,110); }

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

border-color css

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

 span { border-color: rgb(149,114,110); }

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