Html Css Color HEX #B29E94 Del Rio

📋 copy color: '#B29E94'

red 178 ◦ green 158 ◦ blue 148

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

Shades of Del Rio #B29E94

Tints of Del Rio #B29E94

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.64%

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 36.78%
G = 32.64%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B29E94 (or 0xB29E94) is known color: Del Rio. HEX triplet: B2, 9E and 94. RGB value is (178,158,148). Sum of RGB (Red+Green+Blue) = 178+158+148=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E94 is #4D616B. Grayscale: #A2A2A2. Windows color (decimal): -5071212 or 9739954. OLE color: 9739954.

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

Color convert

RGB 178 158 148 -
CMYK 0 0.11 0.17 0.30
HSL 20º 0.16% 0.64% -
HSV(B) 20º 0.17% 0.7% -
XYZ 35.93 36.06 33.08 -
YUV 162.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 178 158 148 0 0.11 0.17 0.30 20 0.16 0.64
Hex B2 9E 94 0 B 11 1E 14 10 40
Octal 262 236 224 0 13 21 36 24 20 100
Binary 10110010 10011110 10010100 0 1011 10001 11110 10100 10000 1000000

Color Harmonies of #B29E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E94

Black with #B29E94

Text Example


Text Example

White with #B29E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E94; }

 p { color: rgb(178,158,148); }

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

background-color css

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

 a { background-color: rgb(178,158,148); }

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

border-color css

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

 span { border-color: rgb(178,158,148); }

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