Html Css Color HEX #B99284 Del Rio

📋 copy color: '#B99284'

red 185 ◦ green 146 ◦ blue 132

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

Shades of Del Rio #B99284

Tints of Del Rio #B99284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.53%

 BLUE value IS 132 (51.95% from 255) = 28.51%

R = 39.96%
G = 31.53%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B99284 (or 0xB99284) is known color: Del Rio. HEX triplet: B9, 92 and 84. RGB value is (185,146,132). Sum of RGB (Red+Green+Blue) = 185+146+132=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99284 is #466D7B. Grayscale: #9C9C9C. Windows color (decimal): -4615548 or 8688313. OLE color: 8688313.

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

Color convert

RGB 185 146 132 -
CMYK 0 0.21 0.29 0.27
HSL 15.85º 0.27% 0.62% -
HSV(B) 15.85º 0.29% 0.73% -
XYZ 34.45 32.54 26.29 -
YUV 156.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 185 146 132 0 0.21 0.29 0.27 15.85 0.27 0.62
Hex B9 92 84 0 15 1D 1B 10 1B 3E
Octal 271 222 204 0 25 35 33 20 33 76
Binary 10111001 10010010 10000100 0 10101 11101 11011 10000 11011 111110

Color Harmonies of #B99284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99284

Black with #B99284

Text Example


Text Example

White with #B99284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99284; }

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

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

background-color css

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

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

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

border-color css

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

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

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