Html Css Color HEX #B99C92 Del Rio

📋 copy color: '#B99C92'

red 185 ◦ green 156 ◦ blue 146

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

Shades of Del Rio #B99C92

Tints of Del Rio #B99C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.98%

R = 37.99%
G = 32.03%
B = 29.98%

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

#B99C92 (or 0xB99C92) is known color: Del Rio. HEX triplet: B9, 9C and 92. RGB value is (185,156,146). Sum of RGB (Red+Green+Blue) = 185+156+146=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C92 is #46636D. Grayscale: #A3A3A3. Windows color (decimal): -4612974 or 9608377. OLE color: 9608377.

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

Color convert

RGB 185 156 146 -
CMYK 0 0.16 0.21 0.27
HSL 15.38º 0.22% 0.65% -
HSV(B) 15.38º 0.21% 0.73% -
XYZ 37.08 36.17 32.22 -
YUV 163.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 185 156 146 0 0.16 0.21 0.27 15.38 0.22 0.65
Hex B9 9C 92 0 10 15 1B F 16 41
Octal 271 234 222 0 20 25 33 17 26 101
Binary 10111001 10011100 10010010 0 10000 10101 11011 1111 10110 1000001

Color Harmonies of #B99C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C92

Black with #B99C92

Text Example


Text Example

White with #B99C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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