Html Css Color HEX #B29185 Del Rio

📋 copy color: '#B29185'

red 178 ◦ green 145 ◦ blue 133

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

Shades of Del Rio #B29185

Tints of Del Rio #B29185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.8%

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 39.04%
G = 31.8%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B29185 (or 0xB29185) is known color: Del Rio. HEX triplet: B2, 91 and 85. RGB value is (178,145,133). Sum of RGB (Red+Green+Blue) = 178+145+133=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B29185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29185 is #4D6E7A. Grayscale: #999999. Windows color (decimal): -5074555 or 8753586. OLE color: 8753586.

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

Color convert

RGB 178 145 133 -
CMYK 0 0.19 0.25 0.30
HSL 16º 0.23% 0.61% -
HSV(B) 16º 0.25% 0.7% -
XYZ 32.72 31.41 26.53 -
YUV 153.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 178 145 133 0 0.19 0.25 0.30 16 0.23 0.61
Hex B2 91 85 0 13 19 1E 10 17 3D
Octal 262 221 205 0 23 31 36 20 27 75
Binary 10110010 10010001 10000101 0 10011 11001 11110 10000 10111 111101

Color Harmonies of #B29185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29185

Black with #B29185

Text Example


Text Example

White with #B29185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29185; }

 p { color: rgb(178,145,133); }

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

background-color css

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

 a { background-color: rgb(178,145,133); }

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

border-color css

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

 span { border-color: rgb(178,145,133); }

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