Html Css Color HEX #B99E8E Del Rio

📋 copy color: '#B99E8E'

red 185 ◦ green 158 ◦ blue 142

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

Shades of Del Rio #B99E8E

Tints of Del Rio #B99E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 38.14%
G = 32.58%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B99E8E (or 0xB99E8E) is known color: Del Rio. HEX triplet: B9, 9E and 8E. RGB value is (185,158,142). Sum of RGB (Red+Green+Blue) = 185+158+142=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E8E is #466171. Grayscale: #A4A4A4. Windows color (decimal): -4612466 or 9346745. OLE color: 9346745.

HSL color Cylindrical-coordinate representation of color #B99E8E: hue angle of 22.33º 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 #B99E8E is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 158 142 -
CMYK 0 0.15 0.23 0.27
HSL 22.33º 0.23% 0.64% -
HSV(B) 22.33º 0.23% 0.73% -
XYZ 37.12 36.72 30.72 -
YUV 164.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 185 158 142 0 0.15 0.23 0.27 22.33 0.23 0.64
Hex B9 9E 8E 0 F 17 1B 16 17 40
Octal 271 236 216 0 17 27 33 26 27 100
Binary 10111001 10011110 10001110 0 1111 10111 11011 10110 10111 1000000

Color Harmonies of #B99E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E8E

Black with #B99E8E

Text Example


Text Example

White with #B99E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E8E; }

 p { color: rgb(185,158,142); }

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

background-color css

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

 a { background-color: rgb(185,158,142); }

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

border-color css

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

 span { border-color: rgb(185,158,142); }

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