Html Css Color HEX #B99C93 Del Rio

📋 copy color: '#B99C93'

red 185 ◦ green 156 ◦ blue 147

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

Shades of Del Rio #B99C93

Tints of Del Rio #B99C93

RGB

 RED value IS 185 (72.66% from 255) = 37.91%

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

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 37.91%
G = 31.97%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B99C93 (or 0xB99C93) is known color: Del Rio. HEX triplet: B9, 9C and 93. RGB value is (185,156,147). Sum of RGB (Red+Green+Blue) = 185+156+147=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C93 is #46636C. Grayscale: #A3A3A3. Windows color (decimal): -4612973 or 9673913. OLE color: 9673913.

HSL color Cylindrical-coordinate representation of color #B99C93: hue angle of 14.21º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99C93 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 156 147 -
CMYK 0 0.16 0.21 0.27
HSL 14.21º 0.21% 0.65% -
HSV(B) 14.21º 0.21% 0.73% -
XYZ 37.16 36.2 32.63 -
YUV 163.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 185 156 147 0 0.16 0.21 0.27 14.21 0.21 0.65
Hex B9 9C 93 0 10 15 1B E 15 41
Octal 271 234 223 0 20 25 33 16 25 101
Binary 10111001 10011100 10010011 0 10000 10101 11011 1110 10101 1000001

Color Harmonies of #B99C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C93

Black with #B99C93

Text Example


Text Example

White with #B99C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C93; }

 p { color: rgb(185,156,147); }

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

background-color css

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

 a { background-color: rgb(185,156,147); }

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

border-color css

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

 span { border-color: rgb(185,156,147); }

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