Html Css Color HEX #B99C8E Del Rio

📋 copy color: '#B99C8E'

red 185 ◦ green 156 ◦ blue 142

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

Shades of Del Rio #B99C8E

Tints of Del Rio #B99C8E

RGB

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

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

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

R = 38.3%
G = 32.3%
B = 29.4%

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

#B99C8E (or 0xB99C8E) is known color: Del Rio. HEX triplet: B9, 9C and 8E. RGB value is (185,156,142). Sum of RGB (Red+Green+Blue) = 185+156+142=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C8E is #466371. Grayscale: #A3A3A3. Windows color (decimal): -4612978 or 9346233. OLE color: 9346233.

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

Color convert

RGB 185 156 142 -
CMYK 0 0.16 0.23 0.27
HSL 19.53º 0.23% 0.64% -
HSV(B) 19.53º 0.23% 0.73% -
XYZ 36.78 36.04 30.61 -
YUV 163.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 185 156 142 0 0.16 0.23 0.27 19.53 0.23 0.64
Hex B9 9C 8E 0 10 17 1B 14 17 40
Octal 271 234 216 0 20 27 33 24 27 100
Binary 10111001 10011100 10001110 0 10000 10111 11011 10100 10111 1000000

Color Harmonies of #B99C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C8E

Black with #B99C8E

Text Example


Text Example

White with #B99C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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