Html Css Color HEX #BDB47F Ecru

📋 copy color: '#BDB47F'

red 189 ◦ green 180 ◦ blue 127

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

Shades of Ecru #BDB47F

Tints of Ecru #BDB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 127 (50% from 255) = 25.6%

R = 38.1%
G = 36.29%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDB47F (or 0xBDB47F) is known color: Ecru. HEX triplet: BD, B4 and 7F. RGB value is (189,180,127). Sum of RGB (Red+Green+Blue) = 189+180+127=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB47F is #424B80. Grayscale: #B0B0B0. Windows color (decimal): -4344705 or 8369341. OLE color: 8369341.

HSL color Cylindrical-coordinate representation of color #BDB47F: hue angle of 51.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDB47F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 127 -
CMYK 0 0.05 0.33 0.26
HSL 51.29º 0.32% 0.62% -
HSV(B) 51.29º 0.33% 0.74% -
XYZ 41.14 44.99 26.6 -
YUV 176.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 189 180 127 0 0.05 0.33 0.26 51.29 0.32 0.62
Hex BD B4 7F 0 5 21 1A 33 20 3E
Octal 275 264 177 0 5 41 32 63 40 76
Binary 10111101 10110100 1111111 0 101 100001 11010 110011 100000 111110

Color Harmonies of #BDB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB47F

Black with #BDB47F

Text Example


Text Example

White with #BDB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB47F; }

 p { color: rgb(189,180,127); }

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

background-color css

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

 a { background-color: rgb(189,180,127); }

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

border-color css

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

 span { border-color: rgb(189,180,127); }

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