Html Css Color HEX #BDA291 Del Rio

📋 copy color: '#BDA291'

red 189 ◦ green 162 ◦ blue 145

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

Shades of Del Rio #BDA291

Tints of Del Rio #BDA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 38.1%
G = 32.66%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDA291 (or 0xBDA291) is known color: Del Rio. HEX triplet: BD, A2 and 91. RGB value is (189,162,145). Sum of RGB (Red+Green+Blue) = 189+162+145=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA291 is #425D6E. Grayscale: #A8A8A8. Windows color (decimal): -4349295 or 9544381. OLE color: 9544381.

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

Color convert

RGB 189 162 145 -
CMYK 0 0.14 0.23 0.26
HSL 23.18º 0.25% 0.65% -
HSV(B) 23.18º 0.23% 0.74% -
XYZ 39.02 38.7 32.2 -
YUV 168.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 189 162 145 0 0.14 0.23 0.26 23.18 0.25 0.65
Hex BD A2 91 0 E 17 1A 17 19 41
Octal 275 242 221 0 16 27 32 27 31 101
Binary 10111101 10100010 10010001 0 1110 10111 11010 10111 11001 1000001

Color Harmonies of #BDA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA291

Black with #BDA291

Text Example


Text Example

White with #BDA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA291; }

 p { color: rgb(189,162,145); }

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

background-color css

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

 a { background-color: rgb(189,162,145); }

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

border-color css

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

 span { border-color: rgb(189,162,145); }

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