Html Css Color HEX #BDB483 Ecru

📋 copy color: '#BDB483'

red 189 ◦ green 180 ◦ blue 131

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

Shades of Ecru #BDB483

Tints of Ecru #BDB483

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

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

R = 37.8%
G = 36%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDB483 (or 0xBDB483) is known color: Ecru. HEX triplet: BD, B4 and 83. RGB value is (189,180,131). Sum of RGB (Red+Green+Blue) = 189+180+131=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB483 is #424B7C. Grayscale: #B1B1B1. Windows color (decimal): -4344701 or 8631485. OLE color: 8631485.

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

Color convert

RGB 189 180 131 -
CMYK 0 0.05 0.31 0.26
HSL 50.69º 0.31% 0.63% -
HSV(B) 50.69º 0.31% 0.74% -
XYZ 41.4 45.1 28 -
YUV 177.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 189 180 131 0 0.05 0.31 0.26 50.69 0.31 0.63
Hex BD B4 83 0 5 1F 1A 33 1F 3F
Octal 275 264 203 0 5 37 32 63 37 77
Binary 10111101 10110100 10000011 0 101 11111 11010 110011 11111 111111

Color Harmonies of #BDB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB483

Black with #BDB483

Text Example


Text Example

White with #BDB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB483; }

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

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

background-color css

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

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

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

border-color css

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

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

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