Html Css Color HEX #BDB67E Ecru

📋 copy color: '#BDB67E'

red 189 ◦ green 182 ◦ blue 126

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

Shades of Ecru #BDB67E

Tints of Ecru #BDB67E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

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

R = 38.03%
G = 36.62%
B = 25.35%

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

#BDB67E (or 0xBDB67E) is known color: Ecru. HEX triplet: BD, B6 and 7E. RGB value is (189,182,126). Sum of RGB (Red+Green+Blue) = 189+182+126=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB67E is #424981. Grayscale: #B1B1B1. Windows color (decimal): -4344194 or 8304317. OLE color: 8304317.

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

Color convert

RGB 189 182 126 -
CMYK 0 0.04 0.33 0.26
HSL 53.33º 0.32% 0.62% -
HSV(B) 53.33º 0.33% 0.74% -
XYZ 41.48 45.78 26.39 -
YUV 177.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 189 182 126 0 0.04 0.33 0.26 53.33 0.32 0.62
Hex BD B6 7E 0 4 21 1A 35 20 3E
Octal 275 266 176 0 4 41 32 65 40 76
Binary 10111101 10110110 1111110 0 100 100001 11010 110101 100000 111110

Color Harmonies of #BDB67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB67E

Black with #BDB67E

Text Example


Text Example

White with #BDB67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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