Html Css Color HEX #BDB37F Ecru

📋 copy color: '#BDB37F'

red 189 ◦ green 179 ◦ blue 127

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

Shades of Ecru #BDB37F

Tints of Ecru #BDB37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.16%

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

R = 38.18%
G = 36.16%
B = 25.66%

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

#BDB37F (or 0xBDB37F) is known color: Ecru. HEX triplet: BD, B3 and 7F. RGB value is (189,179,127). Sum of RGB (Red+Green+Blue) = 189+179+127=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB37F is #424C80. Grayscale: #B0B0B0. Windows color (decimal): -4344961 or 8369085. OLE color: 8369085.

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

Color convert

RGB 189 179 127 -
CMYK 0 0.05 0.33 0.26
HSL 50.32º 0.32% 0.62% -
HSV(B) 50.32º 0.33% 0.74% -
XYZ 40.94 44.59 26.53 -
YUV 176.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 189 179 127 0 0.05 0.33 0.26 50.32 0.32 0.62
Hex BD B3 7F 0 5 21 1A 32 20 3E
Octal 275 263 177 0 5 41 32 62 40 76
Binary 10111101 10110011 1111111 0 101 100001 11010 110010 100000 111110

Color Harmonies of #BDB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB37F

Black with #BDB37F

Text Example


Text Example

White with #BDB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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