Html Css Color HEX #B29E8D Del Rio

📋 copy color: '#B29E8D'

red 178 ◦ green 158 ◦ blue 141

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

Shades of Del Rio #B29E8D

Tints of Del Rio #B29E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 37.32%
G = 33.12%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B29E8D (or 0xB29E8D) is known color: Del Rio. HEX triplet: B2, 9E and 8D. RGB value is (178,158,141). Sum of RGB (Red+Green+Blue) = 178+158+141=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E8D is #4D6172. Grayscale: #A2A2A2. Windows color (decimal): -5071219 or 9281202. OLE color: 9281202.

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

Color convert

RGB 178 158 141 -
CMYK 0 0.11 0.21 0.30
HSL 27.57º 0.19% 0.63% -
HSV(B) 27.57º 0.21% 0.7% -
XYZ 35.39 35.84 30.25 -
YUV 162.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 178 158 141 0 0.11 0.21 0.30 27.57 0.19 0.63
Hex B2 9E 8D 0 B 15 1E 1C 13 3F
Octal 262 236 215 0 13 25 36 34 23 77
Binary 10110010 10011110 10001101 0 1011 10101 11110 11100 10011 111111

Color Harmonies of #B29E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E8D

Black with #B29E8D

Text Example


Text Example

White with #B29E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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