Html Css Color HEX #B99283 Del Rio

📋 copy color: '#B99283'

red 185 ◦ green 146 ◦ blue 131

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

Shades of Del Rio #B99283

Tints of Del Rio #B99283

RGB

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

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

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

R = 40.04%
G = 31.6%
B = 28.35%

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

#B99283 (or 0xB99283) is known color: Del Rio. HEX triplet: B9, 92 and 83. RGB value is (185,146,131). Sum of RGB (Red+Green+Blue) = 185+146+131=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B99283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99283 is #466D7C. Grayscale: #9C9C9C. Windows color (decimal): -4615549 or 8622777. OLE color: 8622777.

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

Color convert

RGB 185 146 131 -
CMYK 0 0.21 0.29 0.27
HSL 16.67º 0.28% 0.62% -
HSV(B) 16.67º 0.29% 0.73% -
XYZ 34.38 32.51 25.94 -
YUV 155.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 185 146 131 0 0.21 0.29 0.27 16.67 0.28 0.62
Hex B9 92 83 0 15 1D 1B 11 1C 3E
Octal 271 222 203 0 25 35 33 21 34 76
Binary 10111001 10010010 10000011 0 10101 11101 11011 10001 11100 111110

Color Harmonies of #B99283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99283

Black with #B99283

Text Example


Text Example

White with #B99283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99283; }

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

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

background-color css

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

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

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

border-color css

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

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

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