Html Css Color HEX #BDA092 Del Rio

📋 copy color: '#BDA092'

red 189 ◦ green 160 ◦ blue 146

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

Shades of Del Rio #BDA092

Tints of Del Rio #BDA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.32%

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

R = 38.18%
G = 32.32%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDA092 (or 0xBDA092) is known color: Del Rio. HEX triplet: BD, A0 and 92. RGB value is (189,160,146). Sum of RGB (Red+Green+Blue) = 189+160+146=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA092 is #425F6D. Grayscale: #A7A7A7. Windows color (decimal): -4349806 or 9609405. OLE color: 9609405.

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

Color convert

RGB 189 160 146 -
CMYK 0 0.15 0.23 0.26
HSL 19.53º 0.25% 0.66% -
HSV(B) 19.53º 0.23% 0.74% -
XYZ 38.75 38.04 32.49 -
YUV 167.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 189 160 146 0 0.15 0.23 0.26 19.53 0.25 0.66
Hex BD A0 92 0 F 17 1A 14 19 42
Octal 275 240 222 0 17 27 32 24 31 102
Binary 10111101 10100000 10010010 0 1111 10111 11010 10100 11001 1000010

Color Harmonies of #BDA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA092

Black with #BDA092

Text Example


Text Example

White with #BDA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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