Html Css Color HEX #B09CA3 Shady Lady

📋 copy color: '#B09CA3'

red 176 ◦ green 156 ◦ blue 163

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

Shades of Shady Lady #B09CA3

Tints of Shady Lady #B09CA3

RGB

 RED value IS 176 (69.14% from 255) = 35.56%

 GREEN value IS 156 (61.33% from 255) = 31.52%

 BLUE value IS 163 (64.06% from 255) = 32.93%

R = 35.56%
G = 31.52%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B09CA3 (or 0xB09CA3) is known color: Shady Lady. HEX triplet: B0, 9C and A3. RGB value is (176,156,163). Sum of RGB (Red+Green+Blue) = 176+156+163=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CA3 is #4F635C. Grayscale: #A2A2A2. Windows color (decimal): -5202781 or 10722480. OLE color: 10722480.

HSL color Cylindrical-coordinate representation of color #B09CA3: hue angle of 339º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09CA3 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 163 -
CMYK 0 0.11 0.07 0.31
HSL 339º 0.11% 0.65% -
HSV(B) 339º 0.11% 0.69% -
XYZ 36.4 35.65 39.61 -
YUV 162.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 176 156 163 0 0.11 0.07 0.31 339 0.11 0.65
Hex B0 9C A3 0 B 7 1F 153 B 41
Octal 260 234 243 0 13 7 37 523 13 101
Binary 10110000 10011100 10100011 0 1011 111 11111 101010011 1011 1000001

Color Harmonies of #B09CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CA3

Black with #B09CA3

Text Example


Text Example

White with #B09CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CA3; }

 p { color: rgb(176,156,163); }

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

background-color css

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

 a { background-color: rgb(176,156,163); }

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

border-color css

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

 span { border-color: rgb(176,156,163); }

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