Html Css Color HEX #BDB383 Ecru

📋 copy color: '#BDB383'

red 189 ◦ green 179 ◦ blue 131

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

Shades of Ecru #BDB383

Tints of Ecru #BDB383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 37.88%
G = 35.87%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDB383 (or 0xBDB383) is known color: Ecru. HEX triplet: BD, B3 and 83. RGB value is (189,179,131). Sum of RGB (Red+Green+Blue) = 189+179+131=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB383 is #424C7C. Grayscale: #B0B0B0. Windows color (decimal): -4344957 or 8631229. OLE color: 8631229.

HSL color Cylindrical-coordinate representation of color #BDB383: hue angle of 49.66º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDB383 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 131 -
CMYK 0 0.05 0.31 0.26
HSL 49.66º 0.31% 0.63% -
HSV(B) 49.66º 0.31% 0.74% -
XYZ 41.2 44.7 27.93 -
YUV 176.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 189 179 131 0 0.05 0.31 0.26 49.66 0.31 0.63
Hex BD B3 83 0 5 1F 1A 32 1F 3F
Octal 275 263 203 0 5 37 32 62 37 77
Binary 10111101 10110011 10000011 0 101 11111 11010 110010 11111 111111

Color Harmonies of #BDB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB383

Black with #BDB383

Text Example


Text Example

White with #BDB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB383; }

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

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

background-color css

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

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

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

border-color css

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

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

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