Html Css Color HEX #B8A290 Del Rio

📋 copy color: '#B8A290'

red 184 ◦ green 162 ◦ blue 144

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

Shades of Del Rio #B8A290

Tints of Del Rio #B8A290

RGB

 RED value IS 184 (72.27% from 255) = 37.55%

 GREEN value IS 162 (63.67% from 255) = 33.06%

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 37.55%
G = 33.06%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B8A290 (or 0xB8A290) is known color: Del Rio. HEX triplet: B8, A2 and 90. RGB value is (184,162,144). Sum of RGB (Red+Green+Blue) = 184+162+144=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A290 is #475D6F. Grayscale: #A6A6A6. Windows color (decimal): -4676976 or 9478840. OLE color: 9478840.

HSL color Cylindrical-coordinate representation of color #B8A290: hue angle of 27º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8A290 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 162 144 -
CMYK 0 0.12 0.22 0.28
HSL 27º 0.22% 0.64% -
HSV(B) 27º 0.22% 0.72% -
XYZ 37.72 38.04 31.74 -
YUV 166.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 184 162 144 0 0.12 0.22 0.28 27 0.22 0.64
Hex B8 A2 90 0 C 16 1C 1B 16 40
Octal 270 242 220 0 14 26 34 33 26 100
Binary 10111000 10100010 10010000 0 1100 10110 11100 11011 10110 1000000

Color Harmonies of #B8A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A290

Black with #B8A290

Text Example


Text Example

White with #B8A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A290; }

 p { color: rgb(184,162,144); }

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

background-color css

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

 a { background-color: rgb(184,162,144); }

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

border-color css

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

 span { border-color: rgb(184,162,144); }

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