Html Css Color HEX #B99385 Del Rio

📋 copy color: '#B99385'

red 185 ◦ green 147 ◦ blue 133

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

Shades of Del Rio #B99385

Tints of Del Rio #B99385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.61%

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

R = 39.78%
G = 31.61%
B = 28.6%

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

#B99385 (or 0xB99385) is known color: Del Rio. HEX triplet: B9, 93 and 85. RGB value is (185,147,133). Sum of RGB (Red+Green+Blue) = 185+147+133=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B99385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99385 is #466C7A. Grayscale: #9C9C9C. Windows color (decimal): -4615291 or 8754105. OLE color: 8754105.

HSL color Cylindrical-coordinate representation of color #B99385: hue angle of 16.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 #B99385 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 133 -
CMYK 0 0.21 0.28 0.27
HSL 16.15º 0.27% 0.62% -
HSV(B) 16.15º 0.28% 0.73% -
XYZ 34.67 32.88 26.71 -
YUV 156.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 185 147 133 0 0.21 0.28 0.27 16.15 0.27 0.62
Hex B9 93 85 0 15 1C 1B 10 1B 3E
Octal 271 223 205 0 25 34 33 20 33 76
Binary 10111001 10010011 10000101 0 10101 11100 11011 10000 11011 111110

Color Harmonies of #B99385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99385

Black with #B99385

Text Example


Text Example

White with #B99385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99385; }

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

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

background-color css

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

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

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

border-color css

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

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

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