Html Css Color HEX #B19084 Del Rio

📋 copy color: '#B19084'

red 177 ◦ green 144 ◦ blue 132

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

Shades of Del Rio #B19084

Tints of Del Rio #B19084

RGB

 RED value IS 177 (69.53% from 255) = 39.07%

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

 BLUE value IS 132 (51.95% from 255) = 29.14%

R = 39.07%
G = 31.79%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B19084 (or 0xB19084) is known color: Del Rio. HEX triplet: B1, 90 and 84. RGB value is (177,144,132). Sum of RGB (Red+Green+Blue) = 177+144+132=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B19084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19084 is #4E6F7B. Grayscale: #989898. Windows color (decimal): -5140348 or 8687793. OLE color: 8687793.

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

Color convert

RGB 177 144 132 -
CMYK 0 0.19 0.25 0.31
HSL 16º 0.22% 0.61% -
HSV(B) 16º 0.25% 0.69% -
XYZ 32.27 30.96 26.1 -
YUV 152.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 177 144 132 0 0.19 0.25 0.31 16 0.22 0.61
Hex B1 90 84 0 13 19 1F 10 16 3D
Octal 261 220 204 0 23 31 37 20 26 75
Binary 10110001 10010000 10000100 0 10011 11001 11111 10000 10110 111101

Color Harmonies of #B19084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19084

Black with #B19084

Text Example


Text Example

White with #B19084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19084; }

 p { color: rgb(177,144,132); }

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

background-color css

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

 a { background-color: rgb(177,144,132); }

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

border-color css

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

 span { border-color: rgb(177,144,132); }

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