Html Css Color HEX #BDB57F Ecru

📋 copy color: '#BDB57F'

red 189 ◦ green 181 ◦ blue 127

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

Shades of Ecru #BDB57F

Tints of Ecru #BDB57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

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

R = 38.03%
G = 36.42%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDB57F (or 0xBDB57F) is known color: Ecru. HEX triplet: BD, B5 and 7F. RGB value is (189,181,127). Sum of RGB (Red+Green+Blue) = 189+181+127=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57F is #424A80. Grayscale: #B1B1B1. Windows color (decimal): -4344449 or 8369597. OLE color: 8369597.

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

Color convert

RGB 189 181 127 -
CMYK 0 0.04 0.33 0.26
HSL 52.26º 0.32% 0.62% -
HSV(B) 52.26º 0.33% 0.74% -
XYZ 41.34 45.4 26.66 -
YUV 177.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 189 181 127 0 0.04 0.33 0.26 52.26 0.32 0.62
Hex BD B5 7F 0 4 21 1A 34 20 3E
Octal 275 265 177 0 4 41 32 64 40 76
Binary 10111101 10110101 1111111 0 100 100001 11010 110100 100000 111110

Color Harmonies of #BDB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB57F

Black with #BDB57F

Text Example


Text Example

White with #BDB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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