Html Css Color HEX #B29085 Del Rio

📋 copy color: '#B29085'

red 178 ◦ green 144 ◦ blue 133

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

Shades of Del Rio #B29085

Tints of Del Rio #B29085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.65%

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

R = 39.12%
G = 31.65%
B = 29.23%

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

#B29085 (or 0xB29085) is known color: Del Rio. HEX triplet: B2, 90 and 85. RGB value is (178,144,133). Sum of RGB (Red+Green+Blue) = 178+144+133=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B29085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29085 is #4D6F7A. Grayscale: #989898. Windows color (decimal): -5074811 or 8753330. OLE color: 8753330.

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

Color convert

RGB 178 144 133 -
CMYK 0 0.19 0.25 0.30
HSL 14.67º 0.23% 0.61% -
HSV(B) 14.67º 0.25% 0.7% -
XYZ 32.57 31.1 26.48 -
YUV 152.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 178 144 133 0 0.19 0.25 0.30 14.67 0.23 0.61
Hex B2 90 85 0 13 19 1E F 17 3D
Octal 262 220 205 0 23 31 36 17 27 75
Binary 10110010 10010000 10000101 0 10011 11001 11110 1111 10111 111101

Color Harmonies of #B29085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29085

Black with #B29085

Text Example


Text Example

White with #B29085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29085; }

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

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

background-color css

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

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

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

border-color css

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

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

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