Html Css Color HEX #B6998E Del Rio

📋 copy color: '#B6998E'

red 182 ◦ green 153 ◦ blue 142

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

Shades of Del Rio #B6998E

Tints of Del Rio #B6998E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 38.16%
G = 32.08%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6998E (or 0xB6998E) is known color: Del Rio. HEX triplet: B6, 99 and 8E. RGB value is (182,153,142). Sum of RGB (Red+Green+Blue) = 182+153+142=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B6998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6998E is #496671. Grayscale: #A0A0A0. Windows color (decimal): -4810354 or 9345462. OLE color: 9345462.

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

Color convert

RGB 182 153 142 -
CMYK 0 0.16 0.22 0.29
HSL 16.5º 0.22% 0.64% -
HSV(B) 16.5º 0.22% 0.71% -
XYZ 35.57 34.68 30.41 -
YUV 160.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 182 153 142 0 0.16 0.22 0.29 16.5 0.22 0.64
Hex B6 99 8E 0 10 16 1D 10 16 40
Octal 266 231 216 0 20 26 35 20 26 100
Binary 10110110 10011001 10001110 0 10000 10110 11101 10000 10110 1000000

Color Harmonies of #B6998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6998E

Black with #B6998E

Text Example


Text Example

White with #B6998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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