Html Css Color HEX #B99389 Del Rio

📋 copy color: '#B99389'

red 185 ◦ green 147 ◦ blue 137

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

Shades of Del Rio #B99389

Tints of Del Rio #B99389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.21%

R = 39.45%
G = 31.34%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B99389 (or 0xB99389) is known color: Del Rio. HEX triplet: B9, 93 and 89. RGB value is (185,147,137). Sum of RGB (Red+Green+Blue) = 185+147+137=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B99389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99389 is #466C76. Grayscale: #9D9D9D. Windows color (decimal): -4615287 or 9016249. OLE color: 9016249.

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

Color convert

RGB 185 147 137 -
CMYK 0 0.21 0.26 0.27
HSL 12.5º 0.26% 0.63% -
HSV(B) 12.5º 0.26% 0.73% -
XYZ 34.96 32.99 28.19 -
YUV 157.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 185 147 137 0 0.21 0.26 0.27 12.5 0.26 0.63
Hex B9 93 89 0 15 1A 1B C 1A 3F
Octal 271 223 211 0 25 32 33 14 32 77
Binary 10111001 10010011 10001001 0 10101 11010 11011 1100 11010 111111

Color Harmonies of #B99389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99389

Black with #B99389

Text Example


Text Example

White with #B99389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99389; }

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

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

background-color css

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

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

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

border-color css

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

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

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