Html Css Color HEX #B9A08E Del Rio

📋 copy color: '#B9A08E'

red 185 ◦ green 160 ◦ blue 142

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

Shades of Del Rio #B9A08E

Tints of Del Rio #B9A08E

RGB

 RED value IS 185 (72.66% from 255) = 37.99%

 GREEN value IS 160 (62.89% from 255) = 32.85%

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

R = 37.99%
G = 32.85%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9A08E (or 0xB9A08E) is known color: Del Rio. HEX triplet: B9, A0 and 8E. RGB value is (185,160,142). Sum of RGB (Red+Green+Blue) = 185+160+142=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A08E is #465F71. Grayscale: #A5A5A5. Windows color (decimal): -4611954 or 9347257. OLE color: 9347257.

HSL color Cylindrical-coordinate representation of color #B9A08E: hue angle of 25.12º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A08E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 142 -
CMYK 0 0.14 0.23 0.27
HSL 25.12º 0.23% 0.64% -
HSV(B) 25.12º 0.23% 0.73% -
XYZ 37.46 37.41 30.84 -
YUV 165.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 185 160 142 0 0.14 0.23 0.27 25.12 0.23 0.64
Hex B9 A0 8E 0 E 17 1B 19 17 40
Octal 271 240 216 0 16 27 33 31 27 100
Binary 10111001 10100000 10001110 0 1110 10111 11011 11001 10111 1000000

Color Harmonies of #B9A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A08E

Black with #B9A08E

Text Example


Text Example

White with #B9A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A08E; }

 p { color: rgb(185,160,142); }

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

background-color css

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

 a { background-color: rgb(185,160,142); }

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

border-color css

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

 span { border-color: rgb(185,160,142); }

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