Html Css Color HEX #BD9E92 Del Rio

📋 copy color: '#BD9E92'

red 189 ◦ green 158 ◦ blue 146

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

Shades of Del Rio #BD9E92

Tints of Del Rio #BD9E92

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.05%

 BLUE value IS 146 (57.42% from 255) = 29.61%

R = 38.34%
G = 32.05%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD9E92 (or 0xBD9E92) is known color: Del Rio. HEX triplet: BD, 9E and 92. RGB value is (189,158,146). Sum of RGB (Red+Green+Blue) = 189+158+146=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E92 is #42616D. Grayscale: #A5A5A5. Windows color (decimal): -4350318 or 9608893. OLE color: 9608893.

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

Color convert

RGB 189 158 146 -
CMYK 0 0.16 0.23 0.26
HSL 16.74º 0.25% 0.66% -
HSV(B) 16.74º 0.23% 0.74% -
XYZ 38.4 37.35 32.38 -
YUV 165.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 189 158 146 0 0.16 0.23 0.26 16.74 0.25 0.66
Hex BD 9E 92 0 10 17 1A 11 19 42
Octal 275 236 222 0 20 27 32 21 31 102
Binary 10111101 10011110 10010010 0 10000 10111 11010 10001 11001 1000010

Color Harmonies of #BD9E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E92

Black with #BD9E92

Text Example


Text Example

White with #BD9E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E92; }

 p { color: rgb(189,158,146); }

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

background-color css

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

 a { background-color: rgb(189,158,146); }

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

border-color css

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

 span { border-color: rgb(189,158,146); }

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