Html Css Color HEX #BDB183 Ecru

📋 copy color: '#BDB183'

red 189 ◦ green 177 ◦ blue 131

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

Shades of Ecru #BDB183

Tints of Ecru #BDB183

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

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

R = 38.03%
G = 35.61%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDB183 (or 0xBDB183) is known color: Ecru. HEX triplet: BD, B1 and 83. RGB value is (189,177,131). Sum of RGB (Red+Green+Blue) = 189+177+131=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB183 is #424E7C. Grayscale: #AFAFAF. Windows color (decimal): -4345469 or 8630717. OLE color: 8630717.

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

Color convert

RGB 189 177 131 -
CMYK 0 0.06 0.31 0.26
HSL 47.59º 0.31% 0.63% -
HSV(B) 47.59º 0.31% 0.74% -
XYZ 40.81 43.9 27.8 -
YUV 175.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 189 177 131 0 0.06 0.31 0.26 47.59 0.31 0.63
Hex BD B1 83 0 6 1F 1A 30 1F 3F
Octal 275 261 203 0 6 37 32 60 37 77
Binary 10111101 10110001 10000011 0 110 11111 11010 110000 11111 111111

Color Harmonies of #BDB183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB183

Black with #BDB183

Text Example


Text Example

White with #BDB183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB183; }

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

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

background-color css

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

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

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

border-color css

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

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

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