Html Css Color HEX #B69B8D Del Rio

📋 copy color: '#B69B8D'

red 182 ◦ green 155 ◦ blue 141

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

Shades of Del Rio #B69B8D

Tints of Del Rio #B69B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

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

R = 38.08%
G = 32.43%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B69B8D (or 0xB69B8D) is known color: Del Rio. HEX triplet: B6, 9B and 8D. RGB value is (182,155,141). Sum of RGB (Red+Green+Blue) = 182+155+141=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69B8D is #496472. Grayscale: #A1A1A1. Windows color (decimal): -4809843 or 9280438. OLE color: 9280438.

HSL color Cylindrical-coordinate representation of color #B69B8D: hue angle of 20.49º 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 #B69B8D is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 155 141 -
CMYK 0 0.15 0.23 0.29
HSL 20.49º 0.22% 0.63% -
HSV(B) 20.49º 0.23% 0.71% -
XYZ 35.82 35.31 30.13 -
YUV 161.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 182 155 141 0 0.15 0.23 0.29 20.49 0.22 0.63
Hex B6 9B 8D 0 F 17 1D 14 16 3F
Octal 266 233 215 0 17 27 35 24 26 77
Binary 10110110 10011011 10001101 0 1111 10111 11101 10100 10110 111111

Color Harmonies of #B69B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69B8D

Black with #B69B8D

Text Example


Text Example

White with #B69B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69B8D; }

 p { color: rgb(182,155,141); }

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

background-color css

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

 a { background-color: rgb(182,155,141); }

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

border-color css

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

 span { border-color: rgb(182,155,141); }

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