Html Css Color HEX #BDA08E Del Rio

📋 copy color: '#BDA08E'

red 189 ◦ green 160 ◦ blue 142

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

Shades of Del Rio #BDA08E

Tints of Del Rio #BDA08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 38.49%
G = 32.59%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDA08E (or 0xBDA08E) is known color: Del Rio. HEX triplet: BD, A0 and 8E. RGB value is (189,160,142). Sum of RGB (Red+Green+Blue) = 189+160+142=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA08E is #425F71. Grayscale: #A6A6A6. Windows color (decimal): -4349810 or 9347261. OLE color: 9347261.

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

Color convert

RGB 189 160 142 -
CMYK 0 0.15 0.25 0.26
HSL 22.98º 0.26% 0.65% -
HSV(B) 22.98º 0.25% 0.74% -
XYZ 38.44 37.91 30.88 -
YUV 166.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 189 160 142 0 0.15 0.25 0.26 22.98 0.26 0.65
Hex BD A0 8E 0 F 19 1A 17 1A 41
Octal 275 240 216 0 17 31 32 27 32 101
Binary 10111101 10100000 10001110 0 1111 11001 11010 10111 11010 1000001

Color Harmonies of #BDA08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA08E

Black with #BDA08E

Text Example


Text Example

White with #BDA08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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