Html Css Color HEX #BD9C8C Del Rio

📋 copy color: '#BD9C8C'

red 189 ◦ green 156 ◦ blue 140

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

Shades of Del Rio #BD9C8C

Tints of Del Rio #BD9C8C

RGB

 RED value IS 189 (74.22% from 255) = 38.97%

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

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

R = 38.97%
G = 32.16%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD9C8C (or 0xBD9C8C) is known color: Del Rio. HEX triplet: BD, 9C and 8C. RGB value is (189,156,140). Sum of RGB (Red+Green+Blue) = 189+156+140=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C8C is #426373. Grayscale: #A4A4A4. Windows color (decimal): -4350836 or 9215165. OLE color: 9215165.

HSL color Cylindrical-coordinate representation of color #BD9C8C: hue angle of 19.59º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD9C8C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 140 -
CMYK 0 0.17 0.26 0.26
HSL 19.59º 0.27% 0.65% -
HSV(B) 19.59º 0.26% 0.74% -
XYZ 37.61 36.49 29.87 -
YUV 164.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 189 156 140 0 0.17 0.26 0.26 19.59 0.27 0.65
Hex BD 9C 8C 0 11 1A 1A 14 1B 41
Octal 275 234 214 0 21 32 32 24 33 101
Binary 10111101 10011100 10001100 0 10001 11010 11010 10100 11011 1000001

Color Harmonies of #BD9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C8C

Black with #BD9C8C

Text Example


Text Example

White with #BD9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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