Html Css Color HEX #B29D8E Del Rio

📋 copy color: '#B29D8E'

red 178 ◦ green 157 ◦ blue 142

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

Shades of Del Rio #B29D8E

Tints of Del Rio #B29D8E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

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

R = 37.32%
G = 32.91%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B29D8E (or 0xB29D8E) is known color: Del Rio. HEX triplet: B2, 9D and 8E. RGB value is (178,157,142). Sum of RGB (Red+Green+Blue) = 178+157+142=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D8E is #4D6271. Grayscale: #A1A1A1. Windows color (decimal): -5071474 or 9346482. OLE color: 9346482.

HSL color Cylindrical-coordinate representation of color #B29D8E: hue angle of 25º 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 #B29D8E is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 142 -
CMYK 0 0.12 0.20 0.30
HSL 25º 0.19% 0.63% -
HSV(B) 25º 0.2% 0.7% -
XYZ 35.3 35.53 30.59 -
YUV 161.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 178 157 142 0 0.12 0.20 0.30 25 0.19 0.63
Hex B2 9D 8E 0 C 14 1E 19 13 3F
Octal 262 235 216 0 14 24 36 31 23 77
Binary 10110010 10011101 10001110 0 1100 10100 11110 11001 10011 111111

Color Harmonies of #B29D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D8E

Black with #B29D8E

Text Example


Text Example

White with #B29D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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