Html Css Color HEX #947271 Bazaar

📋 copy color: '#947271'

red 148 ◦ green 114 ◦ blue 113

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

Shades of Bazaar #947271

Tints of Bazaar #947271

RGB

 RED value IS 148 (58.2% from 255) = 39.47%

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

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 39.47%
G = 30.4%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#947271 (or 0x947271) is known color: Bazaar. HEX triplet: 94, 72 and 71. RGB value is (148,114,113). Sum of RGB (Red+Green+Blue) = 148+114+113=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #947271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947271 is #6B8D8E. Grayscale: #7C7C7C. Windows color (decimal): -7048591 or 7434900. OLE color: 7434900.

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

Color convert

RGB 148 114 113 -
CMYK 0 0.23 0.24 0.42
HSL 1.71º 0.14% 0.51% -
HSV(B) 1.71º 0.24% 0.58% -
XYZ 21.21 19.52 18.27 -
YUV 124.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 148 114 113 0 0.23 0.24 0.42 1.71 0.14 0.51
Hex 94 72 71 0 17 18 2A 2 E 33
Octal 224 162 161 0 27 30 52 2 16 63
Binary 10010100 1110010 1110001 0 10111 11000 101010 10 1110 110011

Color Harmonies of #947271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947271

Black with #947271

Text Example


Text Example

White with #947271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947271; }

 p { color: rgb(148,114,113); }

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

background-color css

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

 a { background-color: rgb(148,114,113); }

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

border-color css

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

 span { border-color: rgb(148,114,113); }

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