Html Css Color HEX #B6998C Del Rio

📋 copy color: '#B6998C'

red 182 ◦ green 153 ◦ blue 140

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

Shades of Del Rio #B6998C

Tints of Del Rio #B6998C

RGB

 RED value IS 182 (71.48% from 255) = 38.32%

 GREEN value IS 153 (60.16% from 255) = 32.21%

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 38.32%
G = 32.21%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6998C (or 0xB6998C) is known color: Del Rio. HEX triplet: B6, 99 and 8C. RGB value is (182,153,140). Sum of RGB (Red+Green+Blue) = 182+153+140=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6998C is #496673. Grayscale: #A0A0A0. Windows color (decimal): -4810356 or 9214390. OLE color: 9214390.

HSL color Cylindrical-coordinate representation of color #B6998C: hue angle of 18.57º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6998C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 140 -
CMYK 0 0.16 0.23 0.29
HSL 18.57º 0.22% 0.63% -
HSV(B) 18.57º 0.23% 0.71% -
XYZ 35.42 34.62 29.63 -
YUV 160.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 182 153 140 0 0.16 0.23 0.29 18.57 0.22 0.63
Hex B6 99 8C 0 10 17 1D 13 16 3F
Octal 266 231 214 0 20 27 35 23 26 77
Binary 10110110 10011001 10001100 0 10000 10111 11101 10011 10110 111111

Color Harmonies of #B6998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6998C

Black with #B6998C

Text Example


Text Example

White with #B6998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6998C; }

 p { color: rgb(182,153,140); }

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

background-color css

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

 a { background-color: rgb(182,153,140); }

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

border-color css

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

 span { border-color: rgb(182,153,140); }

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