Html Css Color HEX #BDB083 Ecru

📋 copy color: '#BDB083'

red 189 ◦ green 176 ◦ blue 131

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

Shades of Ecru #BDB083

Tints of Ecru #BDB083

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

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

R = 38.1%
G = 35.48%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDB083 (or 0xBDB083) is known color: Ecru. HEX triplet: BD, B0 and 83. RGB value is (189,176,131). Sum of RGB (Red+Green+Blue) = 189+176+131=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB083 is #424F7C. Grayscale: #AEAEAE. Windows color (decimal): -4345725 or 8630461. OLE color: 8630461.

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

Color convert

RGB 189 176 131 -
CMYK 0 0.07 0.31 0.26
HSL 46.55º 0.31% 0.63% -
HSV(B) 46.55º 0.31% 0.74% -
XYZ 40.61 43.51 27.73 -
YUV 174.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 189 176 131 0 0.07 0.31 0.26 46.55 0.31 0.63
Hex BD B0 83 0 7 1F 1A 2F 1F 3F
Octal 275 260 203 0 7 37 32 57 37 77
Binary 10111101 10110000 10000011 0 111 11111 11010 101111 11111 111111

Color Harmonies of #BDB083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB083

Black with #BDB083

Text Example


Text Example

White with #BDB083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB083; }

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

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

background-color css

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

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

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

border-color css

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

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

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