Html Css Color HEX #BD9B8E Del Rio

📋 copy color: '#BD9B8E'

red 189 ◦ green 155 ◦ blue 142

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

Shades of Del Rio #BD9B8E

Tints of Del Rio #BD9B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.89%

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

R = 38.89%
G = 31.89%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD9B8E (or 0xBD9B8E) is known color: Del Rio. HEX triplet: BD, 9B and 8E. RGB value is (189,155,142). Sum of RGB (Red+Green+Blue) = 189+155+142=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B8E is #426471. Grayscale: #A3A3A3. Windows color (decimal): -4351090 or 9345981. OLE color: 9345981.

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

Color convert

RGB 189 155 142 -
CMYK 0 0.18 0.25 0.26
HSL 16.6º 0.26% 0.65% -
HSV(B) 16.6º 0.25% 0.74% -
XYZ 37.59 36.21 30.6 -
YUV 163.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 189 155 142 0 0.18 0.25 0.26 16.6 0.26 0.65
Hex BD 9B 8E 0 12 19 1A 11 1A 41
Octal 275 233 216 0 22 31 32 21 32 101
Binary 10111101 10011011 10001110 0 10010 11001 11010 10001 11010 1000001

Color Harmonies of #BD9B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B8E

Black with #BD9B8E

Text Example


Text Example

White with #BD9B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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