Html Css Color HEX #9B848C Venus

📋 copy color: '#9B848C'

red 155 ◦ green 132 ◦ blue 140

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

Shades of Venus #9B848C

Tints of Venus #9B848C

RGB

 RED value IS 155 (60.94% from 255) = 36.3%

 GREEN value IS 132 (51.95% from 255) = 30.91%

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 36.3%
G = 30.91%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B848C (or 0x9B848C) is known color: Venus. HEX triplet: 9B, 84 and 8C. RGB value is (155,132,140). Sum of RGB (Red+Green+Blue) = 155+132+140=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B848C is #647B73. Grayscale: #8B8B8B. Windows color (decimal): -6585204 or 9208987. OLE color: 9208987.

HSL color Cylindrical-coordinate representation of color #9B848C: hue angle of 339.13º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B848C is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 132 140 -
CMYK 0 0.15 0.10 0.39
HSL 339.13º 0.1% 0.56% -
HSV(B) 339.13º 0.15% 0.61% -
XYZ 26.5 25.36 28.31 -
YUV 139.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 155 132 140 0 0.15 0.10 0.39 339.13 0.1 0.56
Hex 9B 84 8C 0 F A 27 153 A 38
Octal 233 204 214 0 17 12 47 523 12 70
Binary 10011011 10000100 10001100 0 1111 1010 100111 101010011 1010 111000

Color Harmonies of #9B848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B848C

Black with #9B848C

Text Example


Text Example

White with #9B848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B848C; }

 p { color: rgb(155,132,140); }

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

background-color css

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

 a { background-color: rgb(155,132,140); }

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

border-color css

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

 span { border-color: rgb(155,132,140); }

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