Html Css Color HEX #BDB77F Ecru

📋 copy color: '#BDB77F'

red 189 ◦ green 183 ◦ blue 127

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

Shades of Ecru #BDB77F

Tints of Ecru #BDB77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

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

R = 37.88%
G = 36.67%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDB77F (or 0xBDB77F) is known color: Ecru. HEX triplet: BD, B7 and 7F. RGB value is (189,183,127). Sum of RGB (Red+Green+Blue) = 189+183+127=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77F is #424880. Grayscale: #B2B2B2. Windows color (decimal): -4343937 or 8370109. OLE color: 8370109.

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

Color convert

RGB 189 183 127 -
CMYK 0 0.03 0.33 0.26
HSL 54.19º 0.32% 0.62% -
HSV(B) 54.19º 0.33% 0.74% -
XYZ 41.75 46.22 26.8 -
YUV 178.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 189 183 127 0 0.03 0.33 0.26 54.19 0.32 0.62
Hex BD B7 7F 0 3 21 1A 36 20 3E
Octal 275 267 177 0 3 41 32 66 40 76
Binary 10111101 10110111 1111111 0 11 100001 11010 110110 100000 111110

Color Harmonies of #BDB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB77F

Black with #BDB77F

Text Example


Text Example

White with #BDB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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