Html Css Color HEX #BDB47A Ecru

📋 copy color: '#BDB47A'

red 189 ◦ green 180 ◦ blue 122

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

Shades of Ecru #BDB47A

Tints of Ecru #BDB47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.85%

R = 38.49%
G = 36.66%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB47A (or 0xBDB47A) is known color: Ecru. HEX triplet: BD, B4 and 7A. RGB value is (189,180,122). Sum of RGB (Red+Green+Blue) = 189+180+122=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB47A is #424B85. Grayscale: #B0B0B0. Windows color (decimal): -4344710 or 8041661. OLE color: 8041661.

HSL color Cylindrical-coordinate representation of color #BDB47A: hue angle of 51.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB47A is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 122 -
CMYK 0 0.05 0.35 0.26
HSL 51.94º 0.34% 0.61% -
HSV(B) 51.94º 0.35% 0.74% -
XYZ 40.82 44.87 24.92 -
YUV 176.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 189 180 122 0 0.05 0.35 0.26 51.94 0.34 0.61
Hex BD B4 7A 0 5 23 1A 34 22 3D
Octal 275 264 172 0 5 43 32 64 42 75
Binary 10111101 10110100 1111010 0 101 100011 11010 110100 100010 111101

Color Harmonies of #BDB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB47A

Black with #BDB47A

Text Example


Text Example

White with #BDB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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