Html Css Color HEX #B2998C Del Rio

📋 copy color: '#B2998C'

red 178 ◦ green 153 ◦ blue 140

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

Shades of Del Rio #B2998C

Tints of Del Rio #B2998C

RGB

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

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

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

R = 37.79%
G = 32.48%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2998C (or 0xB2998C) is known color: Del Rio. HEX triplet: B2, 99 and 8C. RGB value is (178,153,140). Sum of RGB (Red+Green+Blue) = 178+153+140=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2998C is #4D6673. Grayscale: #9F9F9F. Windows color (decimal): -5072500 or 9214386. OLE color: 9214386.

HSL color Cylindrical-coordinate representation of color #B2998C: hue angle of 20.53º 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 #B2998C is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 153 140 -
CMYK 0 0.14 0.21 0.30
HSL 20.53º 0.2% 0.62% -
HSV(B) 20.53º 0.21% 0.7% -
XYZ 34.48 34.14 29.58 -
YUV 158.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 178 153 140 0 0.14 0.21 0.30 20.53 0.2 0.62
Hex B2 99 8C 0 E 15 1E 15 14 3E
Octal 262 231 214 0 16 25 36 25 24 76
Binary 10110010 10011001 10001100 0 1110 10101 11110 10101 10100 111110

Color Harmonies of #B2998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2998C

Black with #B2998C

Text Example


Text Example

White with #B2998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2998C; }

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

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

background-color css

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

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

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

border-color css

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

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

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