Html Css Color HEX #B29992 Del Rio

📋 copy color: '#B29992'

red 178 ◦ green 153 ◦ blue 146

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

Shades of Del Rio #B29992

Tints of Del Rio #B29992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 37.32%
G = 32.08%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B29992 (or 0xB29992) is known color: Del Rio. HEX triplet: B2, 99 and 92. RGB value is (178,153,146). Sum of RGB (Red+Green+Blue) = 178+153+146=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B29992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29992 is #4D666D. Grayscale: #9F9F9F. Windows color (decimal): -5072494 or 9607602. OLE color: 9607602.

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

Color convert

RGB 178 153 146 -
CMYK 0 0.14 0.18 0.30
HSL 13.13º 0.17% 0.64% -
HSV(B) 13.13º 0.18% 0.7% -
XYZ 34.94 34.32 31.98 -
YUV 159.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 178 153 146 0 0.14 0.18 0.30 13.13 0.17 0.64
Hex B2 99 92 0 E 12 1E D 11 40
Octal 262 231 222 0 16 22 36 15 21 100
Binary 10110010 10011001 10010010 0 1110 10010 11110 1101 10001 1000000

Color Harmonies of #B29992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29992

Black with #B29992

Text Example


Text Example

White with #B29992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29992; }

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

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

background-color css

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

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

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

border-color css

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

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

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