Html Css Color HEX #BDB282 Ecru

📋 copy color: '#BDB282'

red 189 ◦ green 178 ◦ blue 130

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

Shades of Ecru #BDB282

Tints of Ecru #BDB282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.16%

R = 38.03%
G = 35.81%
B = 26.16%

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

#BDB282 (or 0xBDB282) is known color: Ecru. HEX triplet: BD, B2 and 82. RGB value is (189,178,130). Sum of RGB (Red+Green+Blue) = 189+178+130=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB282 is #424D7D. Grayscale: #B0B0B0. Windows color (decimal): -4345214 or 8565437. OLE color: 8565437.

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

Color convert

RGB 189 178 130 -
CMYK 0 0.06 0.31 0.26
HSL 48.81º 0.31% 0.63% -
HSV(B) 48.81º 0.31% 0.74% -
XYZ 40.94 44.27 27.51 -
YUV 175.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 189 178 130 0 0.06 0.31 0.26 48.81 0.31 0.63
Hex BD B2 82 0 6 1F 1A 31 1F 3F
Octal 275 262 202 0 6 37 32 61 37 77
Binary 10111101 10110010 10000010 0 110 11111 11010 110001 11111 111111

Color Harmonies of #BDB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB282

Black with #BDB282

Text Example


Text Example

White with #BDB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB282; }

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

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

background-color css

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

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

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

border-color css

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

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

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