Html Css Color HEX #B0988C Del Rio

📋 copy color: '#B0988C'

red 176 ◦ green 152 ◦ blue 140

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

Shades of Del Rio #B0988C

Tints of Del Rio #B0988C

RGB

 RED value IS 176 (69.14% from 255) = 37.61%

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

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

R = 37.61%
G = 32.48%
B = 29.91%

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

#B0988C (or 0xB0988C) is known color: Del Rio. HEX triplet: B0, 98 and 8C. RGB value is (176,152,140). Sum of RGB (Red+Green+Blue) = 176+152+140=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0988C is #4F6773. Grayscale: #9D9D9D. Windows color (decimal): -5203828 or 9214128. OLE color: 9214128.

HSL color Cylindrical-coordinate representation of color #B0988C: 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 #B0988C is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 140 -
CMYK 0 0.14 0.20 0.31
HSL 20º 0.19% 0.62% -
HSV(B) 20º 0.2% 0.69% -
XYZ 33.87 33.58 29.51 -
YUV 157.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 176 152 140 0 0.14 0.20 0.31 20 0.19 0.62
Hex B0 98 8C 0 E 14 1F 14 13 3E
Octal 260 230 214 0 16 24 37 24 23 76
Binary 10110000 10011000 10001100 0 1110 10100 11111 10100 10011 111110

Color Harmonies of #B0988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0988C

Black with #B0988C

Text Example


Text Example

White with #B0988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0988C; }

 p { color: rgb(176,152,140); }

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

background-color css

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

 a { background-color: rgb(176,152,140); }

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

border-color css

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

 span { border-color: rgb(176,152,140); }

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