Html Css Color HEX #B7A18D Del Rio

📋 copy color: '#B7A18D'

red 183 ◦ green 161 ◦ blue 141

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

Shades of Del Rio #B7A18D

Tints of Del Rio #B7A18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.2%

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 37.73%
G = 33.2%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7A18D (or 0xB7A18D) is known color: Del Rio. HEX triplet: B7, A1 and 8D. RGB value is (183,161,141). Sum of RGB (Red+Green+Blue) = 183+161+141=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A18D is #485E72. Grayscale: #A5A5A5. Windows color (decimal): -4742771 or 9281975. OLE color: 9281975.

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

Color convert

RGB 183 161 141 -
CMYK 0 0.12 0.23 0.28
HSL 28.57º 0.23% 0.64% -
HSV(B) 28.57º 0.23% 0.72% -
XYZ 37.08 37.48 30.48 -
YUV 165.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 183 161 141 0 0.12 0.23 0.28 28.57 0.23 0.64
Hex B7 A1 8D 0 C 17 1C 1D 17 40
Octal 267 241 215 0 14 27 34 35 27 100
Binary 10110111 10100001 10001101 0 1100 10111 11100 11101 10111 1000000

Color Harmonies of #B7A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A18D

Black with #B7A18D

Text Example


Text Example

White with #B7A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A18D; }

 p { color: rgb(183,161,141); }

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

background-color css

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

 a { background-color: rgb(183,161,141); }

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

border-color css

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

 span { border-color: rgb(183,161,141); }

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