Html Css Color HEX #BDB281 Ecru

📋 copy color: '#BDB281'

red 189 ◦ green 178 ◦ blue 129

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

Shades of Ecru #BDB281

Tints of Ecru #BDB281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.01%

R = 38.1%
G = 35.89%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB281 (or 0xBDB281) is known color: Ecru. HEX triplet: BD, B2 and 81. RGB value is (189,178,129). Sum of RGB (Red+Green+Blue) = 189+178+129=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB281 is #424D7E. Grayscale: #AFAFAF. Windows color (decimal): -4345215 or 8499901. OLE color: 8499901.

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

Color convert

RGB 189 178 129 -
CMYK 0 0.06 0.32 0.26
HSL 49º 0.31% 0.62% -
HSV(B) 49º 0.32% 0.74% -
XYZ 40.87 44.24 27.15 -
YUV 175.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 189 178 129 0 0.06 0.32 0.26 49 0.31 0.62
Hex BD B2 81 0 6 20 1A 31 1F 3E
Octal 275 262 201 0 6 40 32 61 37 76
Binary 10111101 10110010 10000001 0 110 100000 11010 110001 11111 111110

Color Harmonies of #BDB281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB281

Black with #BDB281

Text Example


Text Example

White with #BDB281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB281; }

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

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

background-color css

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

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

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

border-color css

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

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

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