Html Css Color HEX #B69E93 Del Rio

📋 copy color: '#B69E93'

red 182 ◦ green 158 ◦ blue 147

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

Shades of Del Rio #B69E93

Tints of Del Rio #B69E93

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.44%

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 37.37%
G = 32.44%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B69E93 (or 0xB69E93) is known color: Del Rio. HEX triplet: B6, 9E and 93. RGB value is (182,158,147). Sum of RGB (Red+Green+Blue) = 182+158+147=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69E93 is #49616C. Grayscale: #A3A3A3. Windows color (decimal): -4809069 or 9674422. OLE color: 9674422.

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

Color convert

RGB 182 158 147 -
CMYK 0 0.13 0.19 0.29
HSL 18.86º 0.19% 0.65% -
HSV(B) 18.86º 0.19% 0.71% -
XYZ 36.78 36.51 32.71 -
YUV 163.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 182 158 147 0 0.13 0.19 0.29 18.86 0.19 0.65
Hex B6 9E 93 0 D 13 1D 13 13 41
Octal 266 236 223 0 15 23 35 23 23 101
Binary 10110110 10011110 10010011 0 1101 10011 11101 10011 10011 1000001

Color Harmonies of #B69E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E93

Black with #B69E93

Text Example


Text Example

White with #B69E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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