Html Css Color HEX #B29E8E Del Rio

📋 copy color: '#B29E8E'

red 178 ◦ green 158 ◦ blue 142

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

Shades of Del Rio #B29E8E

Tints of Del Rio #B29E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 37.24%
G = 33.05%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B29E8E (or 0xB29E8E) is known color: Del Rio. HEX triplet: B2, 9E and 8E. RGB value is (178,158,142). Sum of RGB (Red+Green+Blue) = 178+158+142=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E8E is #4D6171. Grayscale: #A2A2A2. Windows color (decimal): -5071218 or 9346738. OLE color: 9346738.

HSL color Cylindrical-coordinate representation of color #B29E8E: hue angle of 26.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B29E8E is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 158 142 -
CMYK 0 0.11 0.20 0.30
HSL 26.67º 0.19% 0.63% -
HSV(B) 26.67º 0.2% 0.7% -
XYZ 35.47 35.87 30.65 -
YUV 162.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 178 158 142 0 0.11 0.20 0.30 26.67 0.19 0.63
Hex B2 9E 8E 0 B 14 1E 1B 13 3F
Octal 262 236 216 0 13 24 36 33 23 77
Binary 10110010 10011110 10001110 0 1011 10100 11110 11011 10011 111111

Color Harmonies of #B29E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E8E

Black with #B29E8E

Text Example


Text Example

White with #B29E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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