Html Css Color HEX #B69488 Del Rio

📋 copy color: '#B69488'

red 182 ◦ green 148 ◦ blue 136

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

Shades of Del Rio #B69488

Tints of Del Rio #B69488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 136 (53.52% from 255) = 29.18%

R = 39.06%
G = 31.76%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B69488 (or 0xB69488) is known color: Del Rio. HEX triplet: B6, 94 and 88. RGB value is (182,148,136). Sum of RGB (Red+Green+Blue) = 182+148+136=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B69488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69488 is #496B77. Grayscale: #9C9C9C. Windows color (decimal): -4811640 or 8950966. OLE color: 8950966.

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

Color convert

RGB 182 148 136 -
CMYK 0 0.19 0.25 0.29
HSL 15.65º 0.24% 0.62% -
HSV(B) 15.65º 0.25% 0.71% -
XYZ 34.33 32.9 27.83 -
YUV 156.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 182 148 136 0 0.19 0.25 0.29 15.65 0.24 0.62
Hex B6 94 88 0 13 19 1D 10 18 3E
Octal 266 224 210 0 23 31 35 20 30 76
Binary 10110110 10010100 10001000 0 10011 11001 11101 10000 11000 111110

Color Harmonies of #B69488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69488

Black with #B69488

Text Example


Text Example

White with #B69488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69488; }

 p { color: rgb(182,148,136); }

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

background-color css

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

 a { background-color: rgb(182,148,136); }

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

border-color css

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

 span { border-color: rgb(182,148,136); }

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