Html Css Color HEX #B7A08C Del Rio

📋 copy color: '#B7A08C'

red 183 ◦ green 160 ◦ blue 140

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

Shades of Del Rio #B7A08C

Tints of Del Rio #B7A08C

RGB

 RED value IS 183 (71.88% from 255) = 37.89%

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 37.89%
G = 33.13%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7A08C (or 0xB7A08C) is known color: Del Rio. HEX triplet: B7, A0 and 8C. RGB value is (183,160,140). Sum of RGB (Red+Green+Blue) = 183+160+140=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A08C is #485F73. Grayscale: #A4A4A4. Windows color (decimal): -4743028 or 9216183. OLE color: 9216183.

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

Color convert

RGB 183 160 140 -
CMYK 0 0.13 0.23 0.28
HSL 27.91º 0.23% 0.63% -
HSV(B) 27.91º 0.23% 0.72% -
XYZ 36.83 37.1 30.03 -
YUV 164.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 183 160 140 0 0.13 0.23 0.28 27.91 0.23 0.63
Hex B7 A0 8C 0 D 17 1C 1C 17 3F
Octal 267 240 214 0 15 27 34 34 27 77
Binary 10110111 10100000 10001100 0 1101 10111 11100 11100 10111 111111

Color Harmonies of #B7A08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A08C

Black with #B7A08C

Text Example


Text Example

White with #B7A08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A08C; }

 p { color: rgb(183,160,140); }

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

background-color css

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

 a { background-color: rgb(183,160,140); }

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

border-color css

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

 span { border-color: rgb(183,160,140); }

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