Html Css Color HEX #B2998A Del Rio

📋 copy color: '#B2998A'

red 178 ◦ green 153 ◦ blue 138

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

Shades of Del Rio #B2998A

Tints of Del Rio #B2998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 37.95%
G = 32.62%
B = 29.42%

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

#B2998A (or 0xB2998A) is known color: Del Rio. HEX triplet: B2, 99 and 8A. RGB value is (178,153,138). Sum of RGB (Red+Green+Blue) = 178+153+138=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2998A is #4D6675. Grayscale: #9E9E9E. Windows color (decimal): -5072502 or 9083314. OLE color: 9083314.

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

Color convert

RGB 178 153 138 -
CMYK 0 0.14 0.22 0.30
HSL 22.5º 0.21% 0.62% -
HSV(B) 22.5º 0.22% 0.7% -
XYZ 34.34 34.08 28.81 -
YUV 158.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 178 153 138 0 0.14 0.22 0.30 22.5 0.21 0.62
Hex B2 99 8A 0 E 16 1E 16 15 3E
Octal 262 231 212 0 16 26 36 26 25 76
Binary 10110010 10011001 10001010 0 1110 10110 11110 10110 10101 111110

Color Harmonies of #B2998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2998A

Black with #B2998A

Text Example


Text Example

White with #B2998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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