Html Css Color HEX #B69C8C Del Rio

📋 copy color: '#B69C8C'

red 182 ◦ green 156 ◦ blue 140

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

Shades of Del Rio #B69C8C

Tints of Del Rio #B69C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

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

R = 38.08%
G = 32.64%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B69C8C (or 0xB69C8C) is known color: Del Rio. HEX triplet: B6, 9C and 8C. RGB value is (182,156,140). Sum of RGB (Red+Green+Blue) = 182+156+140=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69C8C is #496373. Grayscale: #A2A2A2. Windows color (decimal): -4809588 or 9215158. OLE color: 9215158.

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

Color convert

RGB 182 156 140 -
CMYK 0 0.14 0.23 0.29
HSL 22.86º 0.22% 0.63% -
HSV(B) 22.86º 0.23% 0.71% -
XYZ 35.91 35.62 29.79 -
YUV 161.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 182 156 140 0 0.14 0.23 0.29 22.86 0.22 0.63
Hex B6 9C 8C 0 E 17 1D 17 16 3F
Octal 266 234 214 0 16 27 35 27 26 77
Binary 10110110 10011100 10001100 0 1110 10111 11101 10111 10110 111111

Color Harmonies of #B69C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C8C

Black with #B69C8C

Text Example


Text Example

White with #B69C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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