Html Css Color HEX #BDA297 Del Rio

📋 copy color: '#BDA297'

red 189 ◦ green 162 ◦ blue 151

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

Shades of Del Rio #BDA297

Tints of Del Rio #BDA297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 37.65%
G = 32.27%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA297 (or 0xBDA297) is known color: Del Rio. HEX triplet: BD, A2 and 97. RGB value is (189,162,151). Sum of RGB (Red+Green+Blue) = 189+162+151=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA297 is #425D68. Grayscale: #A8A8A8. Windows color (decimal): -4349289 or 9937597. OLE color: 9937597.

HSL color Cylindrical-coordinate representation of color #BDA297: hue angle of 17.37º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA297 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 162 151 -
CMYK 0 0.14 0.20 0.26
HSL 17.37º 0.22% 0.67% -
HSV(B) 17.37º 0.2% 0.74% -
XYZ 39.49 38.89 34.7 -
YUV 168.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 189 162 151 0 0.14 0.20 0.26 17.37 0.22 0.67
Hex BD A2 97 0 E 14 1A 11 16 43
Octal 275 242 227 0 16 24 32 21 26 103
Binary 10111101 10100010 10010111 0 1110 10100 11010 10001 10110 1000011

Color Harmonies of #BDA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA297

Black with #BDA297

Text Example


Text Example

White with #BDA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA297; }

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

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

background-color css

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

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

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

border-color css

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

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

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