Html Css Color HEX #B2988C Del Rio

📋 copy color: '#B2988C'

red 178 ◦ green 152 ◦ blue 140

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

Shades of Del Rio #B2988C

Tints of Del Rio #B2988C

RGB

 RED value IS 178 (69.92% from 255) = 37.87%

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

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

R = 37.87%
G = 32.34%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2988C (or 0xB2988C) is known color: Del Rio. HEX triplet: B2, 98 and 8C. RGB value is (178,152,140). Sum of RGB (Red+Green+Blue) = 178+152+140=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2988C is #4D6773. Grayscale: #9E9E9E. Windows color (decimal): -5072756 or 9214130. OLE color: 9214130.

HSL color Cylindrical-coordinate representation of color #B2988C: hue angle of 18.95º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2988C is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 140 -
CMYK 0 0.15 0.21 0.30
HSL 18.95º 0.2% 0.62% -
HSV(B) 18.95º 0.21% 0.7% -
XYZ 34.32 33.81 29.53 -
YUV 158.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 178 152 140 0 0.15 0.21 0.30 18.95 0.2 0.62
Hex B2 98 8C 0 F 15 1E 13 14 3E
Octal 262 230 214 0 17 25 36 23 24 76
Binary 10110010 10011000 10001100 0 1111 10101 11110 10011 10100 111110

Color Harmonies of #B2988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2988C

Black with #B2988C

Text Example


Text Example

White with #B2988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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