Html Css Color HEX #B6988D Del Rio

📋 copy color: '#B6988D'

red 182 ◦ green 152 ◦ blue 141

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

Shades of Del Rio #B6988D

Tints of Del Rio #B6988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 38.32%
G = 32%
B = 29.68%

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

#B6988D (or 0xB6988D) is known color: Del Rio. HEX triplet: B6, 98 and 8D. RGB value is (182,152,141). Sum of RGB (Red+Green+Blue) = 182+152+141=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6988D is #496772. Grayscale: #9F9F9F. Windows color (decimal): -4810611 or 9279670. OLE color: 9279670.

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

Color convert

RGB 182 152 141 -
CMYK 0 0.16 0.23 0.29
HSL 16.1º 0.22% 0.63% -
HSV(B) 16.1º 0.23% 0.71% -
XYZ 35.33 34.32 29.96 -
YUV 159.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 182 152 141 0 0.16 0.23 0.29 16.1 0.22 0.63
Hex B6 98 8D 0 10 17 1D 10 16 3F
Octal 266 230 215 0 20 27 35 20 26 77
Binary 10110110 10011000 10001101 0 10000 10111 11101 10000 10110 111111

Color Harmonies of #B6988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6988D

Black with #B6988D

Text Example


Text Example

White with #B6988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6988D; }

 p { color: rgb(182,152,141); }

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

background-color css

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

 a { background-color: rgb(182,152,141); }

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

border-color css

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

 span { border-color: rgb(182,152,141); }

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