Html Css Color HEX #B2998B Del Rio

📋 copy color: '#B2998B'

red 178 ◦ green 153 ◦ blue 139

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

Shades of Del Rio #B2998B

Tints of Del Rio #B2998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 37.87%
G = 32.55%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2998B (or 0xB2998B) is known color: Del Rio. HEX triplet: B2, 99 and 8B. RGB value is (178,153,139). Sum of RGB (Red+Green+Blue) = 178+153+139=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2998B is #4D6674. Grayscale: #9E9E9E. Windows color (decimal): -5072501 or 9148850. OLE color: 9148850.

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

Color convert

RGB 178 153 139 -
CMYK 0 0.14 0.22 0.30
HSL 21.54º 0.2% 0.62% -
HSV(B) 21.54º 0.22% 0.7% -
XYZ 34.41 34.11 29.2 -
YUV 158.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 178 153 139 0 0.14 0.22 0.30 21.54 0.2 0.62
Hex B2 99 8B 0 E 16 1E 16 14 3E
Octal 262 231 213 0 16 26 36 26 24 76
Binary 10110010 10011001 10001011 0 1110 10110 11110 10110 10100 111110

Color Harmonies of #B2998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2998B

Black with #B2998B

Text Example


Text Example

White with #B2998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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