Html Css Color HEX #B69F8C Del Rio

📋 copy color: '#B69F8C'

red 182 ◦ green 159 ◦ blue 140

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

Shades of Del Rio #B69F8C

Tints of Del Rio #B69F8C

RGB

 RED value IS 182 (71.48% from 255) = 37.84%

 GREEN value IS 159 (62.5% from 255) = 33.06%

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

R = 37.84%
G = 33.06%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B69F8C (or 0xB69F8C) is known color: Del Rio. HEX triplet: B6, 9F and 8C. RGB value is (182,159,140). Sum of RGB (Red+Green+Blue) = 182+159+140=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69F8C is #496073. Grayscale: #A3A3A3. Windows color (decimal): -4808820 or 9215926. OLE color: 9215926.

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

Color convert

RGB 182 159 140 -
CMYK 0 0.13 0.23 0.29
HSL 27.14º 0.22% 0.63% -
HSV(B) 27.14º 0.23% 0.71% -
XYZ 36.42 36.63 29.96 -
YUV 163.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 182 159 140 0 0.13 0.23 0.29 27.14 0.22 0.63
Hex B6 9F 8C 0 D 17 1D 1B 16 3F
Octal 266 237 214 0 15 27 35 33 26 77
Binary 10110110 10011111 10001100 0 1101 10111 11101 11011 10110 111111

Color Harmonies of #B69F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69F8C

Black with #B69F8C

Text Example


Text Example

White with #B69F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69F8C; }

 p { color: rgb(182,159,140); }

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

background-color css

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

 a { background-color: rgb(182,159,140); }

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

border-color css

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

 span { border-color: rgb(182,159,140); }

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