Html Css Color HEX #BD9F92 Del Rio

📋 copy color: '#BD9F92'

red 189 ◦ green 159 ◦ blue 146

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

Shades of Del Rio #BD9F92

Tints of Del Rio #BD9F92

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.19%

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

R = 38.26%
G = 32.19%
B = 29.55%

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

#BD9F92 (or 0xBD9F92) is known color: Del Rio. HEX triplet: BD, 9F and 92. RGB value is (189,159,146). Sum of RGB (Red+Green+Blue) = 189+159+146=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F92 is #42606D. Grayscale: #A6A6A6. Windows color (decimal): -4350062 or 9609149. OLE color: 9609149.

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

Color convert

RGB 189 159 146 -
CMYK 0 0.16 0.23 0.26
HSL 18.14º 0.25% 0.66% -
HSV(B) 18.14º 0.23% 0.74% -
XYZ 38.57 37.69 32.44 -
YUV 166.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 189 159 146 0 0.16 0.23 0.26 18.14 0.25 0.66
Hex BD 9F 92 0 10 17 1A 12 19 42
Octal 275 237 222 0 20 27 32 22 31 102
Binary 10111101 10011111 10010010 0 10000 10111 11010 10010 11001 1000010

Color Harmonies of #BD9F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F92

Black with #BD9F92

Text Example


Text Example

White with #BD9F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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