Html Css Color HEX #BD9B8D Del Rio

📋 copy color: '#BD9B8D'

red 189 ◦ green 155 ◦ blue 141

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

Shades of Del Rio #BD9B8D

Tints of Del Rio #BD9B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 38.97%
G = 31.96%
B = 29.07%

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

#BD9B8D (or 0xBD9B8D) is known color: Del Rio. HEX triplet: BD, 9B and 8D. RGB value is (189,155,141). Sum of RGB (Red+Green+Blue) = 189+155+141=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B8D is #426472. Grayscale: #A3A3A3. Windows color (decimal): -4351091 or 9280445. OLE color: 9280445.

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

Color convert

RGB 189 155 141 -
CMYK 0 0.18 0.25 0.26
HSL 17.5º 0.27% 0.65% -
HSV(B) 17.5º 0.25% 0.74% -
XYZ 37.52 36.18 30.21 -
YUV 163.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 189 155 141 0 0.18 0.25 0.26 17.5 0.27 0.65
Hex BD 9B 8D 0 12 19 1A 12 1B 41
Octal 275 233 215 0 22 31 32 22 33 101
Binary 10111101 10011011 10001101 0 10010 11001 11010 10010 11011 1000001

Color Harmonies of #BD9B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B8D

Black with #BD9B8D

Text Example


Text Example

White with #BD9B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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