Html Css Color HEX #B99285 Del Rio

📋 copy color: '#B99285'

red 185 ◦ green 146 ◦ blue 133

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

Shades of Del Rio #B99285

Tints of Del Rio #B99285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.66%

R = 39.87%
G = 31.47%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B99285 (or 0xB99285) is known color: Del Rio. HEX triplet: B9, 92 and 85. RGB value is (185,146,133). Sum of RGB (Red+Green+Blue) = 185+146+133=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B99285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99285 is #466D7A. Grayscale: #9C9C9C. Windows color (decimal): -4615547 or 8753849. OLE color: 8753849.

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

Color convert

RGB 185 146 133 -
CMYK 0 0.21 0.28 0.27
HSL 15º 0.27% 0.62% -
HSV(B) 15º 0.28% 0.73% -
XYZ 34.52 32.57 26.66 -
YUV 156.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 185 146 133 0 0.21 0.28 0.27 15 0.27 0.62
Hex B9 92 85 0 15 1C 1B F 1B 3E
Octal 271 222 205 0 25 34 33 17 33 76
Binary 10111001 10010010 10000101 0 10101 11100 11011 1111 11011 111110

Color Harmonies of #B99285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99285

Black with #B99285

Text Example


Text Example

White with #B99285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99285; }

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

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

background-color css

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

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

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

border-color css

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

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

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