Html Css Color HEX #B99183 Del Rio

📋 copy color: '#B99183'

red 185 ◦ green 145 ◦ blue 131

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

Shades of Del Rio #B99183

Tints of Del Rio #B99183

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.45%

 BLUE value IS 131 (51.56% from 255) = 28.42%

R = 40.13%
G = 31.45%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B99183 (or 0xB99183) is known color: Del Rio. HEX triplet: B9, 91 and 83. RGB value is (185,145,131). Sum of RGB (Red+Green+Blue) = 185+145+131=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B99183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99183 is #466E7C. Grayscale: #9B9B9B. Windows color (decimal): -4615805 or 8622521. OLE color: 8622521.

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

Color convert

RGB 185 145 131 -
CMYK 0 0.22 0.29 0.27
HSL 15.56º 0.28% 0.62% -
HSV(B) 15.56º 0.29% 0.73% -
XYZ 34.23 32.2 25.88 -
YUV 155.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 185 145 131 0 0.22 0.29 0.27 15.56 0.28 0.62
Hex B9 91 83 0 16 1D 1B 10 1C 3E
Octal 271 221 203 0 26 35 33 20 34 76
Binary 10111001 10010001 10000011 0 10110 11101 11011 10000 11100 111110

Color Harmonies of #B99183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99183

Black with #B99183

Text Example


Text Example

White with #B99183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99183; }

 p { color: rgb(185,145,131); }

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

background-color css

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

 a { background-color: rgb(185,145,131); }

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

border-color css

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

 span { border-color: rgb(185,145,131); }

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