Html Css Color HEX #B99C8F Del Rio

📋 copy color: '#B99C8F'

red 185 ◦ green 156 ◦ blue 143

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

Shades of Del Rio #B99C8F

Tints of Del Rio #B99C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.55%

R = 38.22%
G = 32.23%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B99C8F (or 0xB99C8F) is known color: Del Rio. HEX triplet: B9, 9C and 8F. RGB value is (185,156,143). Sum of RGB (Red+Green+Blue) = 185+156+143=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C8F is #466370. Grayscale: #A3A3A3. Windows color (decimal): -4612977 or 9411769. OLE color: 9411769.

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

Color convert

RGB 185 156 143 -
CMYK 0 0.16 0.23 0.27
HSL 18.57º 0.23% 0.64% -
HSV(B) 18.57º 0.23% 0.73% -
XYZ 36.85 36.07 31.01 -
YUV 163.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 185 156 143 0 0.16 0.23 0.27 18.57 0.23 0.64
Hex B9 9C 8F 0 10 17 1B 13 17 40
Octal 271 234 217 0 20 27 33 23 27 100
Binary 10111001 10011100 10001111 0 10000 10111 11011 10011 10111 1000000

Color Harmonies of #B99C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C8F

Black with #B99C8F

Text Example


Text Example

White with #B99C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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