#B69E8B

Color #B69E8B Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #B69E8B

Tints of Del Rio #B69E8B

Color information

#B69E8B (or 0xB69E8B) is unknown color: approx Del Rio. HEX triplet: B6, 9E and 8B. RGB value is (182,158,139). Sum of RGB (Red+Green+Blue) = 182+158+139=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69E8B is #496174. Grayscale: #A3A3A3. Windows color (decimal): -4809077 or 9150134. OLE color: 9150134.

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

Color convert

RGB182158139-
CMYK00.130.240.29
HSL26.51º22.75%62.94%-
HSV(B)26.51º23.63%71.37%-
XYZ36.1836.2629.52-
YUV163.01114.45141.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=38.00%
G=32.99%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215813900.130.240.2926.5122.7562.94
HexB69E8B0D181D1b173f
Octal2662362130153035332777
Binary1011011010011110100010110110111000111011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E8B; }

 p { color: rgb(182,158,139); }

 H1.HeaderClassName
 {
   color: #B69E8B;
 }
 .AnyTagClassName
 {
   color: #B69E8B;
 }
</style>
background-color css

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

 a { background-color: rgb(182,158,139); }

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

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

 span { border-color: rgb(182,158,139); }

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