Html Css Color HEX #BD9D92 Del Rio

📋 copy color: '#BD9D92'

red 189 ◦ green 157 ◦ blue 146

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

Shades of Del Rio #BD9D92

Tints of Del Rio #BD9D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.91%

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

R = 38.41%
G = 31.91%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD9D92 (or 0xBD9D92) is known color: Del Rio. HEX triplet: BD, 9D and 92. RGB value is (189,157,146). Sum of RGB (Red+Green+Blue) = 189+157+146=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D92 is #42626D. Grayscale: #A5A5A5. Windows color (decimal): -4350574 or 9608637. OLE color: 9608637.

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

Color convert

RGB 189 157 146 -
CMYK 0 0.17 0.23 0.26
HSL 15.35º 0.25% 0.66% -
HSV(B) 15.35º 0.23% 0.74% -
XYZ 38.23 37.01 32.32 -
YUV 165.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 189 157 146 0 0.17 0.23 0.26 15.35 0.25 0.66
Hex BD 9D 92 0 11 17 1A F 19 42
Octal 275 235 222 0 21 27 32 17 31 102
Binary 10111101 10011101 10010010 0 10001 10111 11010 1111 11001 1000010

Color Harmonies of #BD9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D92

Black with #BD9D92

Text Example


Text Example

White with #BD9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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