Html Css Color HEX #BD9C8E Del Rio

📋 copy color: '#BD9C8E'

red 189 ◦ green 156 ◦ blue 142

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

Shades of Del Rio #BD9C8E

Tints of Del Rio #BD9C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.16%

R = 38.81%
G = 32.03%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD9C8E (or 0xBD9C8E) is known color: Del Rio. HEX triplet: BD, 9C and 8E. RGB value is (189,156,142). Sum of RGB (Red+Green+Blue) = 189+156+142=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C8E is #426371. Grayscale: #A4A4A4. Windows color (decimal): -4350834 or 9346237. OLE color: 9346237.

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

Color convert

RGB 189 156 142 -
CMYK 0 0.17 0.25 0.26
HSL 17.87º 0.26% 0.65% -
HSV(B) 17.87º 0.25% 0.74% -
XYZ 37.76 36.55 30.66 -
YUV 164.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 189 156 142 0 0.17 0.25 0.26 17.87 0.26 0.65
Hex BD 9C 8E 0 11 19 1A 12 1A 41
Octal 275 234 216 0 21 31 32 22 32 101
Binary 10111101 10011100 10001110 0 10001 11001 11010 10010 11010 1000001

Color Harmonies of #BD9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C8E

Black with #BD9C8E

Text Example


Text Example

White with #BD9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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