Html Css Color HEX #B29F8E Del Rio

📋 copy color: '#B29F8E'

red 178 ◦ green 159 ◦ blue 142

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

Shades of Del Rio #B29F8E

Tints of Del Rio #B29F8E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.19%

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

R = 37.16%
G = 33.19%
B = 29.65%

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

#B29F8E (or 0xB29F8E) is known color: Del Rio. HEX triplet: B2, 9F and 8E. RGB value is (178,159,142). Sum of RGB (Red+Green+Blue) = 178+159+142=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29F8E is #4D6071. Grayscale: #A2A2A2. Windows color (decimal): -5070962 or 9346994. OLE color: 9346994.

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

Color convert

RGB 178 159 142 -
CMYK 0 0.11 0.20 0.30
HSL 28.33º 0.19% 0.63% -
HSV(B) 28.33º 0.2% 0.7% -
XYZ 35.64 36.21 30.7 -
YUV 162.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 178 159 142 0 0.11 0.20 0.30 28.33 0.19 0.63
Hex B2 9F 8E 0 B 14 1E 1C 13 3F
Octal 262 237 216 0 13 24 36 34 23 77
Binary 10110010 10011111 10001110 0 1011 10100 11110 11100 10011 111111

Color Harmonies of #B29F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F8E

Black with #B29F8E

Text Example


Text Example

White with #B29F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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