Html Css Color HEX #B19A8A Del Rio

📋 copy color: '#B19A8A'

red 177 ◦ green 154 ◦ blue 138

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

Shades of Del Rio #B19A8A

Tints of Del Rio #B19A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.84%

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 37.74%
G = 32.84%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B19A8A (or 0xB19A8A) is known color: Del Rio. HEX triplet: B1, 9A and 8A. RGB value is (177,154,138). Sum of RGB (Red+Green+Blue) = 177+154+138=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A8A is #4E6575. Grayscale: #9F9F9F. Windows color (decimal): -5137782 or 9083569. OLE color: 9083569.

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

Color convert

RGB 177 154 138 -
CMYK 0 0.13 0.22 0.31
HSL 24.62º 0.2% 0.62% -
HSV(B) 24.62º 0.22% 0.69% -
XYZ 34.27 34.29 28.86 -
YUV 159.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 177 154 138 0 0.13 0.22 0.31 24.62 0.2 0.62
Hex B1 9A 8A 0 D 16 1F 19 14 3E
Octal 261 232 212 0 15 26 37 31 24 76
Binary 10110001 10011010 10001010 0 1101 10110 11111 11001 10100 111110

Color Harmonies of #B19A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A8A

Black with #B19A8A

Text Example


Text Example

White with #B19A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A8A; }

 p { color: rgb(177,154,138); }

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

background-color css

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

 a { background-color: rgb(177,154,138); }

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

border-color css

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

 span { border-color: rgb(177,154,138); }

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