Html Css Color HEX #B1998D Del Rio

📋 copy color: '#B1998D'

red 177 ◦ green 153 ◦ blue 141

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

Shades of Del Rio #B1998D

Tints of Del Rio #B1998D

RGB

 RED value IS 177 (69.53% from 255) = 37.58%

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

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

R = 37.58%
G = 32.48%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1998D (or 0xB1998D) is known color: Del Rio. HEX triplet: B1, 99 and 8D. RGB value is (177,153,141). Sum of RGB (Red+Green+Blue) = 177+153+141=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1998D is #4E6672. Grayscale: #9E9E9E. Windows color (decimal): -5138035 or 9279921. OLE color: 9279921.

HSL color Cylindrical-coordinate representation of color #B1998D: hue angle of 20º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1998D is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 141 -
CMYK 0 0.14 0.20 0.31
HSL 20º 0.19% 0.62% -
HSV(B) 20º 0.2% 0.69% -
XYZ 34.33 34.05 29.96 -
YUV 158.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 177 153 141 0 0.14 0.20 0.31 20 0.19 0.62
Hex B1 99 8D 0 E 14 1F 14 13 3E
Octal 261 231 215 0 16 24 37 24 23 76
Binary 10110001 10011001 10001101 0 1110 10100 11111 10100 10011 111110

Color Harmonies of #B1998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1998D

Black with #B1998D

Text Example


Text Example

White with #B1998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1998D; }

 p { color: rgb(177,153,141); }

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

background-color css

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

 a { background-color: rgb(177,153,141); }

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

border-color css

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

 span { border-color: rgb(177,153,141); }

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