Html Css Color HEX #BDB283 Ecru

📋 copy color: '#BDB283'

red 189 ◦ green 178 ◦ blue 131

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

Shades of Ecru #BDB283

Tints of Ecru #BDB283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

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

R = 37.95%
G = 35.74%
B = 26.31%

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

#BDB283 (or 0xBDB283) is known color: Ecru. HEX triplet: BD, B2 and 83. RGB value is (189,178,131). Sum of RGB (Red+Green+Blue) = 189+178+131=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB283 is #424D7C. Grayscale: #B0B0B0. Windows color (decimal): -4345213 or 8630973. OLE color: 8630973.

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

Color convert

RGB 189 178 131 -
CMYK 0 0.06 0.31 0.26
HSL 48.62º 0.31% 0.63% -
HSV(B) 48.62º 0.31% 0.74% -
XYZ 41 44.3 27.86 -
YUV 175.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 189 178 131 0 0.06 0.31 0.26 48.62 0.31 0.63
Hex BD B2 83 0 6 1F 1A 31 1F 3F
Octal 275 262 203 0 6 37 32 61 37 77
Binary 10111101 10110010 10000011 0 110 11111 11010 110001 11111 111111

Color Harmonies of #BDB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB283

Black with #BDB283

Text Example


Text Example

White with #BDB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB283; }

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

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

background-color css

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

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

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

border-color css

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

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

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