Html Css Color HEX #B99182 Del Rio

📋 copy color: '#B99182'

red 185 ◦ green 145 ◦ blue 130

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

Shades of Del Rio #B99182

Tints of Del Rio #B99182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.26%

R = 40.22%
G = 31.52%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B99182 (or 0xB99182) is known color: Del Rio. HEX triplet: B9, 91 and 82. RGB value is (185,145,130). Sum of RGB (Red+Green+Blue) = 185+145+130=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99182 is #466E7D. Grayscale: #9B9B9B. Windows color (decimal): -4615806 or 8556985. OLE color: 8556985.

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

Color convert

RGB 185 145 130 -
CMYK 0 0.22 0.30 0.27
HSL 16.36º 0.28% 0.62% -
HSV(B) 16.36º 0.3% 0.73% -
XYZ 34.16 32.18 25.53 -
YUV 155.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 185 145 130 0 0.22 0.30 0.27 16.36 0.28 0.62
Hex B9 91 82 0 16 1E 1B 10 1C 3E
Octal 271 221 202 0 26 36 33 20 34 76
Binary 10111001 10010001 10000010 0 10110 11110 11011 10000 11100 111110

Color Harmonies of #B99182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99182

Black with #B99182

Text Example


Text Example

White with #B99182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99182; }

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

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

background-color css

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

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

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

border-color css

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

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

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