Html Css Color HEX #BDB37E Ecru

📋 copy color: '#BDB37E'

red 189 ◦ green 179 ◦ blue 126

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

Shades of Ecru #BDB37E

Tints of Ecru #BDB37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.51%

R = 38.26%
G = 36.23%
B = 25.51%

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

#BDB37E (or 0xBDB37E) is known color: Ecru. HEX triplet: BD, B3 and 7E. RGB value is (189,179,126). Sum of RGB (Red+Green+Blue) = 189+179+126=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB37E is #424C81. Grayscale: #B0B0B0. Windows color (decimal): -4344962 or 8303549. OLE color: 8303549.

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

Color convert

RGB 189 179 126 -
CMYK 0 0.05 0.33 0.26
HSL 50.48º 0.32% 0.62% -
HSV(B) 50.48º 0.33% 0.74% -
XYZ 40.87 44.57 26.19 -
YUV 175.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 189 179 126 0 0.05 0.33 0.26 50.48 0.32 0.62
Hex BD B3 7E 0 5 21 1A 32 20 3E
Octal 275 263 176 0 5 41 32 62 40 76
Binary 10111101 10110011 1111110 0 101 100001 11010 110010 100000 111110

Color Harmonies of #BDB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB37E

Black with #BDB37E

Text Example


Text Example

White with #BDB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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